This commit is contained in:
2019-09-15 13:20:30 -04:00
parent 743e645d41
commit 2683b6eca4
+9
View File
@@ -19,6 +19,15 @@ format:
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