summaryrefslogtreecommitdiff
path: root/Biz/Ide/tips.sh
blob: 895e54ea71cffb9f4ea83ec938694dcedd367446 (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.sh   compile code"
echo "   repl.sh   start a repl"
echo "   deps.sh   manage dependencies with niv"
echo "   tips.sh   show this message"
echo "   lint.sh   auto-lint all changed files"
echo "   push.sh   send a namespace to the cloud"
echo "   ship.sh   lint, bild, and push one (or all) namespace(s)"
echo "   tidy.sh   cleanup common working files"
echo ""