amble 0.1.60

First class, scalable rust project generator with batteries included.
Documentation
1
2
3
4
5
6
fn main() {
    if let Err(err) = amble::cli::run() {
        eprintln!("Error: {err:?}");
        std::process::exit(1);
    }
}