create-vuetify 3.0.12-beta-next.2 → 3.0.12-beta-next.3

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/LICENSE ADDED
@@ -0,0 +1,9 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016-now Vuetify, LLC
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md CHANGED
@@ -1,37 +1,52 @@
1
+ <div align="center">
2
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="https://cdn.vuetifyjs.com/docs/images/logos/vcreate-logo-dark.png">
4
+ <img alt="Vuetify Create Logo" src="https://cdn.vuetifyjs.com/docs/images/logos/vcreate-logo-light.png" height="150">
5
+ </picture>
6
+ </div>
7
+
8
+ <p align="center">
9
+ <a href="https://www.npmjs.com/package/create-vuetify">
10
+ <img src="https://img.shields.io/npm/v/create-vuetify.svg" alt="Version">
11
+ </a>
12
+ <a href="https://www.npmjs.com/package/create-vuetify">
13
+ <img src="https://img.shields.io/npm/dt/create-vuetify.svg" alt="Downloads">
14
+ </a>
15
+ <br>
16
+ <a href="https://github.com/vuetifyjs/cli/blob/master/LICENSE">
17
+ <img src="https://img.shields.io/npm/l/create-vuetify.svg" alt="License">
18
+ </a>
19
+ <a href="https://community.vuetifyjs.com">
20
+ <img src="https://discordapp.com/api/guilds/340160225338195969/widget.png" alt="Chat">
21
+ </a>
22
+ </p>
23
+
1
24
  # create-vuetify
2
25
 
3
- Create a new Vuetify project.
26
+ The easiest way to start a new Vuetify project.
4
27
 
5
28
  ## Usage
6
29
 
7
- ```sh
8
- # npm
30
+ With **npm**:
31
+ ```bash
9
32
  npm create vuetify
33
+ ```
10
34
 
11
- # pnpm
35
+ With **pnpm**:
36
+ ```bash
12
37
  pnpm create vuetify
38
+ ```
13
39
 
14
- # yarn
40
+ With **yarn**:
41
+ ```bash
15
42
  yarn create vuetify
43
+ ```
16
44
 
17
- # bun
45
+ With **bun**:
46
+ ```bash
18
47
  bun create vuetify
19
-
20
- # deno
21
- deno run -A npm:create-vuetify
22
48
  ```
23
49
 
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
50
  ## License
36
51
 
37
- MIT
52
+ [MIT License](./LICENSE)
package/dist/index.mjs CHANGED
@@ -32784,7 +32784,7 @@ function registerProjectArgsCompletion(completion) {
32784
32784
 
32785
32785
  //#endregion
32786
32786
  //#region package.json
32787
- var version = "3.0.12-beta-next.2";
32787
+ var version = "3.0.12-beta-next.3";
32788
32788
 
32789
32789
  //#endregion
32790
32790
  //#region src/commands/upgrade.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vuetify",
3
- "version": "3.0.12-beta-next.2",
3
+ "version": "3.0.12-beta-next.3",
4
4
  "description": "Create a new Vuetify project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -20,7 +20,7 @@
20
20
  "pathe": "^2.0.3",
21
21
  "tsdown": "^0.16.8",
22
22
  "vitest": "^4.0.17",
23
- "@vuetify/cli-shared": "0.0.12-beta.2"
23
+ "@vuetify/cli-shared": "0.0.12-beta.3"
24
24
  },
25
25
  "main": "./dist/index.mjs",
26
26
  "module": "./dist/index.mjs",