mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
Update README.md
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
<ul>
|
||||
<li>A <code>Bakefile</code>, which looks and feels like the good parts of a <code>Makefile</code>.</li>
|
||||
<li>Except, you can write real <code>bash</code> code! Any and all syntax is accepted — no magic going on here.</li>
|
||||
<li>Except, you can write real <code>bash</code> code! Any and all syntax is accepted — no magic going on here.</li>
|
||||
<li>Unlike a <code>Makefile</code>, you can use either <code>\t</code> or <code> </code> (<code>4×' '</code>), at your discretion.</li>
|
||||
<li>Environment variables are explicitly passed or whitelisted (<code>--allow</code>), not inherited from the parent shell.</li>
|
||||
<li>Tasks can be run safely and reliably. Rest assured that scripts are executed from the project root directory.</li>
|
||||
|
||||
Reference in New Issue
Block a user