@pauldvlp/create 0.1.1 → 0.1.2
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 +4 -0
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/pauldvlp/vp-templates/main/assets/cover.webp" alt="@pauldvlp/vp-templates" width="100%" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
1
5
|
# @pauldvlp/create
|
|
2
6
|
|
|
3
7
|
The org manifest for [`@pauldvlp/vp-templates`](../../). `vp create @pauldvlp` reads the
|
package/package.json
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pauldvlp/create",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "pauldvlp's Vite+ project templates, usable via `vp create @pauldvlp`.",
|
|
5
|
+
"author": "pauldvlp (https://github.com/pauldvlp/vp-templates)",
|
|
6
|
+
"homepage": "https://github.com/pauldvlp/vp-templates",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/pauldvlp/vp-templates.git",
|
|
10
|
+
"directory": "packages/create"
|
|
11
|
+
},
|
|
12
|
+
"bugs": "https://github.com/pauldvlp/vp-templates/issues",
|
|
5
13
|
"type": "module",
|
|
6
14
|
"keywords": [
|
|
7
15
|
"vite-plus",
|