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

Download history 5/week @ 2024-03-09 1/week @ 2024-03-16 2/week @ 2024-03-30 1/week @ 2024-04-06

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

~3–15MB
~159K SLoC