Skip to content

Add bake#1374

Closed
WaylonWalker wants to merge 1 commit intovinta:masterfrom
WaylonWalker:master
Closed

Add bake#1374
WaylonWalker wants to merge 1 commit intovinta:masterfrom
WaylonWalker:master

Conversation

@WaylonWalker
Copy link
Copy Markdown

What is this Python project?

Create simple repeatable tasks in a Bakefile similar to a Makefile with new features and improvements.

What's the difference between this Python project and similar ones?

  • A Bakefile, which looks and feels like the good parts of a Makefile.
  • Except, you can write real bash code! Any and all syntax is accepted — no magic going on here. ;)
  • Unlike Makefile, you may utilize [ 4 × U+0020 a.k.a. “spaces”] for indentation.
  • Environment variables are explicitly passed or whitelisted (--allow), not inherited from the parent shell.
  • Tasks can be run safely and reliably. Rest assured that scripts are executed from the project root directory.
  • There are many other benefits to this design, that have yet to be expressed in this document.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.

@stale stale Bot added the stale label Nov 7, 2019
@stale stale Bot closed this Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant