aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutumn <git@autumnfo.rest>2026-05-07 07:49:42 +0100
committerAutumn <git@autumnfo.rest>2026-05-07 07:49:42 +0100
commit130c8d8cff0c74418803b25af83687406db00be9 (patch)
treecfe07876be86314fcf7a722542853388e6e6db09
parent15484440658b44a8c19b003cf671019b52f18518 (diff)
[nunvm] added index script
-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
+
+}