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.
Files changed (2) hide show
  1. package/README.md +3 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,7 @@
11
11
 
12
12
  [![npm version](https://img.shields.io/npm/v/create-alistt69-kit.svg)](https://www.npmjs.com/package/create-alistt69-kit)
13
13
  [![Node.js Version](https://img.shields.io/badge/node-%3E%3D18.18-brightgreen)](https://nodejs.org/)
14
+ [![npm downloads](https://img.shields.io/npm/dw/create-alistt69-kit.svg)](https://www.npmjs.com/package/create-alistt69-kit)
14
15
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
15
16
  [![CI](https://github.com/alistt69/create-alistt69-kit/actions/workflows/ci.yml/badge.svg)](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)._
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.4",
4
4
  "description": "Opinionated React + TypeScript + Webpack project generator by alistt69",
5
5
  "keywords": [
6
6
  "create",