aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.nu13
1 files changed, 13 insertions, 0 deletions
diff --git a/index.nu b/index.nu
new file mode 100644
index 0000000..5084b78
--- /dev/null
+++ b/index.nu
@@ -0,0 +1,13 @@
+#
+# ~~~ nushell node version manager
+#
+
+#
+# ~~~ main command
+
+# The Node Version Manager
+export def "nunvm" []: nothing -> nothing {
+
+ help nunvm
+
+}