diff options
Diffstat (limited to 'Biz/Ide')
-rwxr-xr-x | Biz/Ide/deps | 4 | ||||
-rwxr-xr-x | Biz/Ide/tips | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/Biz/Ide/deps b/Biz/Ide/deps new file mode 100755 index 0000000..1dc7ff3 --- /dev/null +++ b/Biz/Ide/deps @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +# +# this really needs to be its own Biz/Bild/Deps.hs thing +niv --sources-file "$BIZ_ROOT/Biz/Bild/Sources.json" "$@" 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 "" |