@xtarter/create 0.1.0 → 0.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.
- package/README.md +7 -7
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -14,13 +14,13 @@ vp create @xtarter:vite-tailwind
|
|
|
14
14
|
|
|
15
15
|
## Templates
|
|
16
16
|
|
|
17
|
-
| Name | Description
|
|
18
|
-
| --------------- |
|
|
19
|
-
| `vite-chakra` | Vite
|
|
20
|
-
| `vite-tailwind` | Vite
|
|
21
|
-
| `vite-hero` | Vite
|
|
22
|
-
| `next-chakra` | Next.js
|
|
23
|
-
| `next-tailwind` | Next.js
|
|
17
|
+
| Name | Description |
|
|
18
|
+
| --------------- | ------------------------------------------ |
|
|
19
|
+
| `vite-chakra` | Vite Plus + TanStack Router + Chakra UI |
|
|
20
|
+
| `vite-tailwind` | Vite Plus + TanStack Router + Tailwind CSS |
|
|
21
|
+
| `vite-hero` | Vite Plus + TanStack Router + Hero UI |
|
|
22
|
+
| `next-chakra` | Next.js + Chakra UI v3 |
|
|
23
|
+
| `next-tailwind` | Next.js + Tailwind CSS v4 |
|
|
24
24
|
|
|
25
25
|
## Related
|
|
26
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xtarter/create",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Curated starter templates for modern web apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"scaffold",
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
],
|
|
14
14
|
"homepage": "https://xtarter.sznm.dev",
|
|
15
15
|
"bugs": {
|
|
16
|
-
"url": "https://github.com/agustinusnathaniel/
|
|
16
|
+
"url": "https://github.com/agustinusnathaniel/xtarter/issues"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"author": "agustinusnathaniel",
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "https://github.com/agustinusnathaniel/
|
|
22
|
+
"url": "https://github.com/agustinusnathaniel/xtarter",
|
|
23
23
|
"directory": "apps/xtarter-create"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|