3个稳定版本

1.0.2 2024年1月10日
1.0.1 2023年9月11日
1.0.0 2023年8月13日

#194模板引擎

MIT许可证

22KB
615

bai

basically-anything init

大量文件模板集合,以及一个命令行工具来利用它们!

此存储库中的许多文件都很有争议,如果你不同意某些观点,那没关系!你可以直接分叉存储库,编辑模板集合以符合你的喜好,并编辑配置以使用你的存储库!

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"

依赖关系

~11–27MB
~384K SLoC