Files
bake/Bashfile
T
2019-09-15 10:20:38 -04:00

17 lines
247 B
Plaintext

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