devist 0.7.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
pub mod about;
pub mod doctor;
pub mod init;
pub mod init_workspace;
pub mod project;
pub mod start;
pub mod stop;
pub mod template;
pub mod worker;