7 releases (breaking)
0.6.0 | Dec 16, 2023 |
---|---|
0.5.0 | Dec 9, 2023 |
0.4.0 | Dec 4, 2023 |
0.3.0 | Dec 4, 2023 |
0.1.0 | Nov 13, 2023 |
#291 in Build Utils
73 downloads per month
27KB
683 lines
Bakefile
🍞
⚠️
🚧👷 STILL WORK-IN-PROGRESS 👷🚧
cargo install bakefile
bake
is kind of like make
in that it runs subprocesses but its
domain makes references to baking.
Features:
- Each
Bakefile
is a "recipe" - Each "recipe" declares "instructions"
- Each "instruction" can contain either "steps" or "dependencies" or both
- Uses 6 spaces for steps
- Tabs are not supported
USAGE
bake
Dependencies
~3–15MB
~159K SLoC