create-alistt69-kit 0.3.5 → 0.3.7
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
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<img src="assets/alistt69-packages-logo.svg" alt="Logo" width="170" height="170" style="margin-top: 50px;" />
|
|
5
5
|
</td>
|
|
6
6
|
<td>
|
|
7
|
-
<h1
|
|
7
|
+
<h1>@alistt69/create-kit</h1>
|
|
8
8
|
|
|
9
9
|
> **One command. Zero config fatigue.**
|
|
10
10
|
> Bootstrap a **React + TypeScript + Webpack** app with a solid starter setup and optional tooling you can enable when you need it.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
[](https://nodejs.org/)
|
|
14
14
|
[](https://www.npmjs.com/package/create-alistt69-kit)
|
|
15
15
|
[](./LICENSE)
|
|
16
|
-
[](https://github.com/alistt69/create-kit/actions/workflows/ci.yml)
|
|
17
17
|
</td>
|
|
18
18
|
</tr>
|
|
19
19
|
</table>
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
It generates a ready-to-run **React + TypeScript + Webpack** starter with a practical baseline and optional extras you can turn on when needed.
|
|
26
26
|
|
|
27
|
-
## 🔧
|
|
27
|
+
## 🔧 What’s inside
|
|
28
28
|
|
|
29
29
|
| Tool | Purpose | Included |
|
|
30
30
|
|------|----------------------------------|----------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-alistt69-kit",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
4
4
|
"description": "Opinionated React + TypeScript + Webpack project generator by alistt69",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"create",
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
"typescript",
|
|
12
12
|
"webpack"
|
|
13
13
|
],
|
|
14
|
-
"homepage": "https://github.com/alistt69/create-
|
|
14
|
+
"homepage": "https://github.com/alistt69/create-kit#readme",
|
|
15
15
|
"bugs": {
|
|
16
|
-
"url": "https://github.com/alistt69/create-
|
|
16
|
+
"url": "https://github.com/alistt69/create-kit/issues"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
|
-
"url": "git+https://github.com/alistt69/create-
|
|
20
|
+
"url": "git+https://github.com/alistt69/create-kit.git"
|
|
21
21
|
},
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"author": "alistt69",
|