create-modern-react 2.0.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 +18 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  <p align="center">
12
12
  <a href="https://www.npmjs.com/package/create-modern-react"><img src="https://img.shields.io/npm/v/create-modern-react.svg?style=flat-square&color=00d8ff" alt="npm version" /></a>
13
13
  <a href="https://www.npmjs.com/package/create-modern-react"><img src="https://img.shields.io/npm/dm/create-modern-react.svg?style=flat-square&color=00d8ff" alt="npm downloads" /></a>
14
- <a href="https://github.com/AabhashRai13/create-modern-react/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/create-modern-react.svg?style=flat-square&color=00d8ff" alt="license" /></a>
14
+ <a href="https://github.com/abhay-rana/create-modern-react/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/create-modern-react.svg?style=flat-square&color=00d8ff" alt="license" /></a>
15
15
  </p>
16
16
 
17
17
  <p align="center">
@@ -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
@@ -271,7 +272,7 @@ dist/
271
272
  <em>Free AI-powered resume builder — built entirely with create-modern-react</em>
272
273
  </p>
273
274
 
274
- > Want to showcase your project? [Open an issue](https://github.com/AabhashRai13/create-modern-react/issues) to get featured!
275
+ > Want to showcase your project? [Open an issue](https://github.com/abhay-rana/create-modern-react/issues) to get featured!
275
276
 
276
277
  ---
277
278
 
@@ -294,7 +295,7 @@ npx create-modern-react my-app --skip-git # Skip git init
294
295
 
295
296
  ## License
296
297
 
297
- MIT © [Aabhash Rai](https://github.com/AabhashRai13)
298
+ MIT © [Abhay Rana](https://github.com/abhay-rana)
298
299
 
299
300
  ---
300
301
 
@@ -303,9 +304,9 @@ MIT © [Aabhash Rai](https://github.com/AabhashRai13)
303
304
  </p>
304
305
 
305
306
  <p align="center">
306
- <a href="https://github.com/AabhashRai13/create-modern-react">⭐ Star on GitHub</a>
307
+ <a href="https://github.com/abhay-rana/create-modern-react">⭐ Star on GitHub</a>
307
308
  &nbsp;·&nbsp;
308
- <a href="https://github.com/AabhashRai13/create-modern-react/issues">Report Bug</a>
309
+ <a href="https://github.com/abhay-rana/create-modern-react/issues">Report Bug</a>
309
310
  &nbsp;·&nbsp;
310
- <a href="https://github.com/AabhashRai13/create-modern-react/issues">Request Feature</a>
311
+ <a href="https://github.com/abhay-rana/create-modern-react/issues">Request Feature</a>
311
312
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-modern-react",
3
- "version": "2.0.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": {