create-alistt69-kit 0.2.2 → 0.2.3

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 +2 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,8 +53,6 @@ Setting up a frontend project from scratch usually means repeating the same stuf
53
53
 
54
54
  This starter removes that boilerplate so you can get straight to building.
55
55
 
56
- ---
57
-
58
56
  ## ⚡ Generated project helpers
59
57
 
60
58
  Some optional features also add local project generators to the scaffolded app.
@@ -88,15 +86,11 @@ You can also configure custom paths in `scripts/generate/page.mjs`:
88
86
  Route auto-registration relies on special marker comments `@route-...` inside the router files.
89
87
  Do not remove these markers unless you also want to disable automatic updates.
90
88
 
91
- ---
92
-
93
89
  ## 📦 Requirements
94
90
 
95
91
  - **Node.js** `18.18` or higher
96
92
  - **npm**, **pnpm**, or **yarn**
97
93
 
98
- ---
99
-
100
94
  ## 🔥 Quick start
101
95
 
102
96
  Create a new app interactively:
@@ -156,3 +150,5 @@ npm create alistt69-kit@latest my-app -- --defaults --overwrite
156
150
  ## 📄 License
157
151
 
158
152
  MIT — free and open for everyone.
153
+
154
+ _See [LICENSE](./LICENSE)._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-alistt69-kit",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Opinionated React + TypeScript + Webpack project generator by alistt69",
5
5
  "keywords": [
6
6
  "create",