bai

Crates.iobai
lib.rsbai
version1.0.2
sourcesrc
created_at2023-08-13 04:11:49.436887
updated_at2024-01-10 23:10:55.964502
descriptionCreate common files from a large collection of templates
homepagehttps://github.com/aslilac/bai
repositoryhttps://github.com/aslilac/bai
max_upload_size
id943129
size63,855
Kayla Washburn (aslilac)

documentation

https://docs.rs/bai

README

bai

basically-anything init

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!

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!

# Most templates use variables which will be filled in automatically based on
# the current directory, your Git configuration, and other such "system state".
# Defaults try to be sensible, but all of these variables can also be set manually!
bai Cargo.toml -define name="coolest_new_crate"

Commit count: 70

cargo fmt