bakefile

Crates.iobakefile
lib.rsbakefile
version0.6.0
sourcesrc
created_at2023-11-13 07:00:19.435854
updated_at2023-12-16 02:08:28.308671
descriptionrun commands
homepagehttps://github.com/bakefile/bakefile
repository
max_upload_size
id1033340
size41,133
Gabriel Falcão (gabrielfalcao)

documentation

https://docs.rs/bakefile

README

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
Commit count: 0

cargo fmt