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.
- package/README.md +0 -16
- 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
|
|