create-vuetify 0.0.6-beta.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 ADDED
@@ -0,0 +1,37 @@
1
+ # create-vuetify
2
+
3
+ Create a new Vuetify project.
4
+
5
+ ## Usage
6
+
7
+ ```sh
8
+ # npm
9
+ npm create vuetify
10
+
11
+ # pnpm
12
+ pnpm create vuetify
13
+
14
+ # yarn
15
+ yarn create vuetify
16
+
17
+ # bun
18
+ bun create vuetify
19
+
20
+ # deno
21
+ deno run -A npm:create-vuetify
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 run build`
34
+
35
+ ## License
36
+
37
+ MIT