Files
bake/Bashfile
T
2019-09-15 10:06:54 -04:00

17 lines
238 B
Plaintext

echo:
cat Bashfile
format:
black .
full-install: system-deps python-deps
install: node-deps python-deps
python-deps:
# Example of comments
pipenv install
node-deps:
yarn install
system-deps:
brew install pipenv