From 509eb6934c59ba4da8fad9367c96316aca89c3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=BF=20Kenneth=20Reitz?= Date: Wed, 18 Sep 2019 17:24:59 -0400 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9d91f8e..c1875ec 100644 --- a/README.md +++ b/README.md @@ -45,14 +45,21 @@ This project seeks to bridge all of these worlds into a single entrypoint — i exit 0 -

-This software has been designed for you, with much joy, -by Kenneth Reitz. -

-

 

+ +

 

+

What's in the oven?

+

 

+ +- 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? ---------------------

-This repository has been brought to you, with much joy, by Kenneth Reitz. +This software has been designed for you, with much joy, by Kenneth Reitz.

+

 

![kr soul icon](https://github.com/kennethreitz/bake/blob/master/ext/tattoo-design.jpg?raw=true)