Files
bake/Bashfile
T
2019-09-15 13:33:30 -04:00

26 lines
347 B
Plaintext

echo:
cat Bakefile
format:
black .
full-install: system-deps install
install: node-deps python-deps
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