create-modern-react 2.1.0 → 2.1.1

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 +12 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,7 +42,8 @@
42
42
  │ ✗ No toast notifications ✓ react-hot-toast │
43
43
  │ ✗ No error boundary ✓ Built-in │
44
44
  │ ✗ Basic ESLint ✓ 25+ rules configured │
45
- │ ✗ ~2 hours setup 30 seconds
45
+ │ ✗ No state management Redux (optional)
46
+ │ ✗ ~2 hours setup ✓ 15 seconds │
46
47
  │ │
47
48
  └─────────────────────────────────────────────────────────────────────────┘
48
49
  ```
@@ -78,6 +79,16 @@ That's it. Your app is running at `http://localhost:3000`
78
79
  | **Axios** | 1.7 | Interceptors, cancel tokens |
79
80
  | **Lucide React** | Latest | Beautiful, consistent icons |
80
81
 
82
+ ### Optional Features
83
+
84
+ Select during project creation:
85
+
86
+ ```
87
+ [ ] Redux Toolkit + Redux Persist ── State management with persistence
88
+ [ ] Ant Design v5 ───────────────── Enterprise UI (replaces Shadcn/ui)
89
+ [ ] Husky + lint-staged ─────────── Git hooks for code quality
90
+ ```
91
+
81
92
  ### Build Optimizations
82
93
 
83
94
  ```
@@ -96,16 +107,6 @@ That's it. Your app is running at `http://localhost:3000`
96
107
  └────────────────────┴────────────────────────────────────────┘
97
108
  ```
98
109
 
99
- ### Optional Features
100
-
101
- Select during project creation:
102
-
103
- ```
104
- [ ] Redux Toolkit + Redux Persist ── State management with persistence
105
- [ ] Ant Design v5 ───────────────── Enterprise UI (replaces Shadcn/ui)
106
- [ ] Husky + lint-staged ─────────── Git hooks for code quality
107
- ```
108
-
109
110
  ---
110
111
 
111
112
  ## Generated Structure
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-modern-react",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Create production-ready React + TypeScript + Tailwind applications in seconds",
5
5
  "main": "bin/index.js",
6
6
  "bin": {