Files
bake/Bakefile
T
2019-09-15 13:59:07 -04:00

28 lines
360 B
Plaintext

echo:
cat Bakefile
format:
black .
full-install: system-deps install
install: node-deps python-deps
env:
env
argv-example:
set -eux
echo "HELLO, $WHO"
echo $@
dangerous-example: @confirm:secure
rm -fr *
python-deps:
# Example of comments
pipenv install
node-deps:
yarn install
system-deps:
brew install pipenv