amble 0.1.0

First class, scalable rust project generator with batteries included.
Documentation

amble

Build Status License Latest Version rustc 1.31+

First class, scalable rust project generator with batteries included.

Install | User Book | Developer Docs | Crate Docs

The project is still work in progress, see the disclaimer below.

What is amble?

amble is a fairly minimal cli application for generating rust projects with batteries included and with an architecture that scales well, using a workspace and sub-crates.

You can think of amble as an extension of cargo new. Where cargo new ...

Usage

Install amble using cargo.

cargo install amble
amble --version

Alternatively, amble can be built from source.

git clone git@github.com:refcell/amble.git
cd amble
cargo build --release
amble --version

Status

amble is in https://github.com/refcell/amble/labels/alpha mode, and should be used for experimentation only.

Local and devnet experimentation is highly encouraged. New issues are also welcome.

In the meantime, contribute, experiment, and have fun!

Troubleshooting & Bug Reports

Please check existing issues for similar bugs or open an issue if no relevant issue already exists.

Contributions

All contributions are welcome!

License

This project is licensed under the MIT License. Free and open-source, forever.

All our rust are belong to you.