A simple cargo extension that allows you to create a starter project (like Jeremy Chone's).
```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 to Jeremy Chone's repo: https://github.com/jeremychone-channel/rust-base