anesis 0.12.3

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