anesis 0.9.1

CLI for scaffolding projects from remote templates and extending them with project addons
Documentation
1
2
3
4
5
6
7
8
9
pub mod cache;
pub mod detect;
pub mod install;
pub mod lock;
pub mod manifest;
pub mod publish;
pub mod runner;
pub mod steps;
pub mod update;