@salmansaeed/nexa 1.0.1 → 1.0.2

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 (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -93,6 +93,12 @@ This will:
93
93
 
94
94
  Inside your project:
95
95
 
96
+ ```bash
97
+ npm run nexa
98
+ ```
99
+
100
+ or:
101
+
96
102
  ```bash
97
103
  npm run dev
98
104
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salmansaeed/nexa",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Nexa CLI for scaffolding React/Vite apps, components, services, and contexts with a cleaner UI and prebuilt structure",
5
5
  "bin": {
6
6
  "nexa": "bin/nexa.js"