A large collection of file templates, and a command line tool to make use of them!
Many of the files in this repository are highly opinionated, if you disagree with some of the opinions, that's fine! You can just fork the repository, edit the collection of templates to your liking, and edit the configuration to use your repository instead!
```sh bai -set github.username=aslilac bai /rs # Will create a bunch of files for a project written in Rust! bai LICENSE-MIT # Just use a single template file. Note that this will get # filled in with your name and the current year for you!
bai Cargo.toml -define name="coolestnewcrate"
```