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

13 lines
173 B
Plaintext

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