Rewriting at vue macros powered by ast-grep.
npm install @vue-macros/cli@vue-macros/cli is a CLI for rewriting at Vue Macros powered by ast-grep.
shell
install
pnpm add -g @vue-macros/cli
`Usage
$3
Rewriting at Vue Macros.
`shell
vue-macros sg
`supported macros:
- [x] jsx-directive
- [x] define-render
- [x] export-render
- [x] define-slots
- [x] short-vmodel
- [x] setup-sfc
$3
`shell
pnpm create vite my-vue-macros --template vue-ts
cd my-vue-macros
vue-macros init
``MIT License © 2023-PRESENT zhiyuanzmj