anesis 0.11.0

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
pub mod addons;
pub mod auth;
pub mod cache;
pub mod cli;
pub mod completions;
pub mod config;
pub mod context;
pub mod manifest;
pub mod paths;
pub mod templates;
pub mod upgrade;
pub mod utils;