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:
@@ -45,14 +45,21 @@ This project seeks to bridge all of these worlds into a single entrypoint — i
|
||||
exit 0</code>
|
||||
</div>
|
||||
|
||||
<p align="center">
|
||||
This software has been designed for you, with much joy,
|
||||
by <a href="https://kennethreitz.org/">Kenneth Reitz</a>.
|
||||
</p>
|
||||
<p> </p>
|
||||
|
||||
|
||||
</pre>
|
||||
|
||||
<p> </p>
|
||||
<p align="center"><strong>What's in the oven?</strong></p>
|
||||
<p> </p>
|
||||
|
||||
- A `Bakefile`, which looks and feels like the good parts of a `Makefile`.
|
||||
- Except, you can write real bash code!
|
||||
- Environment variables are explicitly passed or whitelisted (allowed), not inherited from the parent shell.
|
||||
- Unlike `Makefile`, either tabs or 4 spaces can be used.
|
||||
- Tasks can be run safely and reliably. Rest assured that scripts are executed from the project root (e.g. location of the `Bakefile`).
|
||||
- See [advanced example](https://github.com/kennethreitz/bake#advanced-usage-sample) for further, juicy, details.
|
||||
|
||||
### Community / Contrib
|
||||
|
||||
- [Visual Studio Code Extension](https://marketplace.visualstudio.com/items?itemName=kennethreitz.bake) — highlights `Bakefile`— adequately.
|
||||
@@ -187,9 +194,10 @@ Fancy, eh?
|
||||
---------------------
|
||||
|
||||
<p align="center">
|
||||
This repository has been brought to you, with much joy, by <a href="https://kennethreitz.org/">Kenneth Reitz</a>.
|
||||
This software has been designed for you, with much joy, by <a href="https://kennethreitz.org/">Kenneth Reitz</a>.
|
||||
</p>
|
||||
|
||||
<p> </p>
|
||||

|
||||
|
||||
<p align="center">
|
||||
|
||||
Reference in New Issue
Block a user