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:
@@ -51,6 +51,13 @@ install: node-deps python-deps
|
||||
format:
|
||||
black .
|
||||
|
||||
python-deps:
|
||||
pipenv install
|
||||
node-deps:
|
||||
yarn install
|
||||
system-deps: @confirm
|
||||
brew install pipenv
|
||||
|
||||
python-example:
|
||||
#!/usr/bin/env python
|
||||
import os
|
||||
@@ -59,22 +66,9 @@ python-example:
|
||||
print(os.environ['KEY'])
|
||||
print(sys.argv[1:])
|
||||
|
||||
bash-example:
|
||||
set -euxe
|
||||
echo "$KEY"
|
||||
echo $@
|
||||
|
||||
|
||||
python-deps:
|
||||
pipenv install
|
||||
node-deps:
|
||||
yarn install
|
||||
|
||||
system-deps: @confirm
|
||||
brew install pipenv
|
||||
|
||||
dangerous-example: @confirm:secure
|
||||
rm -fr *
|
||||
# Pretend it's deploying to production :P
|
||||
rm -fr /
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user