@nextnode-solutions/nn 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +19 -0
  2. package/dist/index.js +23604 -0
  3. package/package.json +27 -0
package/README.md ADDED
@@ -0,0 +1,19 @@
1
+ # @nextnode/nn
2
+
3
+ TypeScript DX CLI for local development workflows on NextNode projects.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ pnpm i -g @nextnode/nn
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```bash
14
+ nn --help # Show all available commands
15
+ nn --version # Show package version
16
+ nn up # Start local development environment
17
+ nn down # Stop local development environment
18
+ nn env # Manage environment variables
19
+ ```