Update README.md

This commit is contained in:
2019-09-16 12:13:04 -04:00
committed by GitHub
parent 01092e1c2c
commit 6d024cd17c
+5 -7
View File
@@ -1,3 +1,6 @@
![vanity image](https://github.com/kennethreitz/bake/blob/master/ext/img.jpg?raw=true)
<p align="center">
<h1><pre><code>$ bake</code><em>, n</em>:<pre><em>the strangely familiar task runner</em>.</h1>
</p>
@@ -6,19 +9,14 @@ 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.
-----------------
<p align="center">
<p style="p.small {font-variant: small-caps!important;}">ANIMATED GIF</p>
<img src="https://github.com/kennethreitz/bake/blob/master/ext/screencast.gif?raw=true" />
</p>
This project seeks to bridge all of these worlds into a single entrypoint — ideal for crosslanguage repositories.
![vanity image](https://github.com/kennethreitz/bake/blob/master/ext/img.jpg?raw=true)
----------------
### Features 'n Things