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