mammoth-cli 0.1.0

A frontend project scaffolding CLI tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod cli;
pub mod config;
pub mod manager;
pub mod project;
pub mod utils;

pub use cli::*;
pub use config::*;
pub use manager::*;
pub use project::*;
pub use utils::*;