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

#31 in #subprocess

Download history 1/week @ 2024-09-17 8/week @ 2024-09-24

73 downloads per month

Hippocratic-2.1 and GPL-3.0-or-later

27KB
683 lines

Bakefile 🍞


Continuous Integration


⚠️

🚧👷 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

~4–13MB
~173K SLoC