mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
Merge branch 'master' of github.com:kennethreitz/bashfile
This commit is contained in:
@@ -9,6 +9,8 @@ This project seeks to bridge all of these worlds into a single entrypoint — i
|
||||
|
||||

|
||||
|
||||
-----------------
|
||||
|
||||
```console
|
||||
$ bake -h
|
||||
Usage: bake [OPTIONS] [TASK] [ARGUMENTS]...
|
||||
@@ -28,6 +30,8 @@ Options:
|
||||
-h, --help Show this message and exit.
|
||||
```
|
||||
|
||||
----------------
|
||||
|
||||
### Features 'n Things
|
||||
|
||||
- A `Bakefile`, which looks and feels like the good parts of a `Makefile`.
|
||||
@@ -36,6 +40,7 @@ Options:
|
||||
- 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`).
|
||||
|
||||
---------------
|
||||
|
||||
## `$ cat Bakefile`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user