Skip to content

Commit a8ce026

Browse files
committed
chore: add readme
1 parent 9b08c35 commit a8ce026

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Vuetify codemods
2+
3+
A [vue-metamorph](https://github.com/UnrefinedBrain/vue-metamorph)-based tool to assist with vuetify migrations.
4+
5+
## Usage
6+
7+
```shell
8+
pnpx vuetify-codemods
9+
yarn dlx vuetify-codemods
10+
npx vuetify-codemods@latest
11+
```
12+
13+
### Arguments
14+
15+
#### `--files <glob>`
16+
17+
Default: `**/src/**/*`

0 commit comments

Comments
 (0)