create-vuetify0 0.0.6

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 ADDED
@@ -0,0 +1,37 @@
1
+ # create-vuetify-v0
2
+
3
+ Bootstrap a Vuetify0 project.
4
+
5
+ ## Usage
6
+
7
+ ```sh
8
+ # npm
9
+ npm create vuetify-v0
10
+
11
+ # pnpm
12
+ pnpm create vuetify-v0
13
+
14
+ # yarn
15
+ yarn create vuetify-v0
16
+
17
+ # bun
18
+ bun create vuetify-v0
19
+
20
+ # deno
21
+ deno run -A npm:create-vuetify-v0
22
+ ```
23
+
24
+ ## Status
25
+
26
+ Work in progress.
27
+
28
+ ## Development
29
+
30
+ This package is part of the Vuetify CLI monorepo. From the repo root:
31
+
32
+ - Install deps: `pnpm install`
33
+ - Build: `pnpm -F create-vuetify-v0 run build`
34
+
35
+ ## License
36
+
37
+ MIT