devist 0.2.0

Project bootstrap CLI for AI-assisted development. Spin up new projects from templates, manage backends, and keep your codebase comprehensible.
1
2
3
4
5
6
7
8
9
10
11
12
pub mod about;
pub mod brief;
pub mod doctor;
pub mod explain;
pub mod init;
pub mod init_workspace;
pub mod project;
pub mod scan;
pub mod start;
pub mod stop;
pub mod template;
pub mod watch;