create-nexa-app 1.0.12 → 1.0.16

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 +0 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,18 +1,3 @@
1
- Good decision — cleaner UX and branding.
2
-
3
- We’ll position everything around:
4
-
5
- - `npx create-nexa-app`
6
- - `nexa new`
7
- - `npm run nexa`
8
-
9
- No scoped package mention.
10
-
11
- ---
12
-
13
- # ✅ Updated README (clean, production-ready)
14
-
15
- ````md
16
1
  # Nexa CLI
17
2
 
18
3
  **React Power. Angular Simplicity. Vite Speed. Cleaner UI. Prebuilt structure.**
@@ -50,7 +35,6 @@ it gives you a **fully structured application shell** with:
50
35
  ```bash
51
36
  npx create-nexa-app my-app
52
37
  ```
53
- ````
54
38
 
55
39
  Or with base path:
56
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nexa-app",
3
- "version": "1.0.12",
3
+ "version": "1.0.16",
4
4
  "description": "Create a new Nexa app with prebuilt structure, PWA support, and modern React/Vite setup",
5
5
  "bin": {
6
6
  "create-nexa-app": "bin/nexa.js",