blob: 21808eb00902f06e9fe3ba159d0530e1f40c08b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/env bash
echo ""
echo "bizdev" | figlet | lolcat
echo ""
echo " bild compile code"
echo " repl start a repl"
echo " deps manage dependencies with niv"
echo " tips show this message"
echo " lint auto-lint all changed files"
echo " push send a namespace to the cloud"
echo " ship lint, bild, and push one (or all) namespace(s)"
echo " tidy cleanup common working files"
echo ""
|