A simple cargo extension that allows you to initialize Jeremy Chone's starter project.
This is a drop-in replacement for cargo init
, so:
```bash
cargo install cargo-begin
cargo begin example_project
cargo begin ```
The code is most likely terrible. I'm still relatively new to Rust and I wanted to try out publishing a utility that would be actually useful to me.
Here's the link the starter project this "thing" is creating: https://github.com/jeremychone-channel/rust-base
Also, I may include more templates in the future, but that's for the future :)