summaryrefslogtreecommitdiff
path: root/Omni/Ide/tips.sh
blob: 453e464dd8a47cb8b62418d9dfac55c402e46808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash
echo ""
echo "omnidev" | figlet | lolcat
echo ""
echo "   bild      compile code"
echo "   repl.sh   start a repl"
echo "   deps      manage dependencies with niv"
echo "   tips.sh   show this message"
echo "   lint      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 ""