2 releases
0.1.3 | Dec 21, 2023 |
---|---|
0.1.0 | Dec 4, 2023 |
#61 in #boilerplate
13KB
245 lines
boilit
boilit is a configurable cli tool to help you quickly create files passed on patterns of your project
Getting started
Via Crates.io
cargo install boilit
Via GitHub Release
Download the correct file depending on your OS.
Create a boilit.toml
file with your custom file pattern definitions.
Once created you can define your file names, contents, and other parameters into your config
CLI
Use boilit --help
to view available commands at any point
Releasing
- Bump the version in
Cargo.toml
- Create a new release via GitHub
- GHA will create the windows and linux binary/exe
- Run
buildMacOS.sh
on a mac - Upload the tar.gz to the release page
Dependencies
~1–12MB
~82K SLoC