summaryrefslogtreecommitdiff
path: root/Biz/Ide/tips
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-07-18 10:01:30 -0400
committerBen Sima <ben@bsima.me>2022-07-18 22:23:12 -0400
commit2da57835006168e27b7f9b3226706c342df90f3a (patch)
tree21d0ce50d7eca8f4b976e2f6ade614fa09d01251 /Biz/Ide/tips
parentf6fcc3a51e1914e0270d60d4c688a0f747716018 (diff)
Delete ShellHook.sh in favor of just using direnv
Diffstat (limited to 'Biz/Ide/tips')
-rwxr-xr-xBiz/Ide/tips12
1 files changed, 12 insertions, 0 deletions
diff --git a/Biz/Ide/tips b/Biz/Ide/tips
new file mode 100755
index 0000000..1b998e6
--- /dev/null
+++ b/Biz/Ide/tips
@@ -0,0 +1,12 @@
+#!/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 ""