stackenv 0.2.0

Native, zero-container multi-project dev environment manager. No Docker, no VMs.
1
2
3
4
5
6
pub mod lifecycle;
pub mod profile;
pub mod registry_commands;
pub mod scaffold;
mod shared;
pub mod shell_integration;