Cargo Begin

A simple cargo extension that allows you to initialize Jeremy Chone's starter project.

How to use:

This is a drop-in replacement for cargo init, so:

```bash

Install

cargo install cargo-begin

Create a project in a new directory

cargo begin example_project

Create a project in the current directory

cargo begin ```

Notes

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 :)