Update README.md

This commit is contained in:
2019-09-16 12:10:11 -04:00
committed by GitHub
parent 4cd5c0a965
commit eb58cf4b8b
+6 -4
View File
@@ -2,13 +2,15 @@
<h1><pre><code>$ bake</code><em>, n</em>:<pre><em>the strangely familiar task runner</em>.</h1>
</p>
I love using `Makefile` for one-off **tasks** in projects.
The problem with doing this is that you can't use familiar bashisms when doing so, as **GNU Make** doesn't use the familiar **Bash** syntax, nor does it allow for simple adhoc use of abritrary scripting languages (e.g. **Python**).
<p align="center">
<img src="https://github.com/kennethreitz/bake/blob/master/ext/screencast.gif?raw=true" />
</p>
I love using `Makefile` for one-off **tasks** in projects.
The problem with doing this is that you can't use familiar bashisms when doing so, as **GNU Make** doesn't use the familiar **Bash** syntax, nor does it allow for simple adhoc use of abritrary scripting languages (e.g. **Python**).
This project seeks to bridge all of these worlds into a single entrypoint — ideal for crosslanguage repositories.