generator-qxy
v0.15.4
Published
[![CI](https://github.com/qxy-fe/generator-qxy/workflows/CI/badge.svg)](https://github.com/qxy-fe/generator-qxy/actions) [![NPM VERSION](https://img.shields.io/npm/v/generator-qxy.svg)](https://www.npmjs.com/package/generator-qxy) [![NPM DOWNLOADS](https:
Downloads
306
Readme
generator-qxy
🤟 Yeoman generator for scaffold project of qxy team.
Features
Supported generators:
Metas
- git
- readme
- vscode
- yarnrc
- license
- tsconfig
- jsconfig
- editorconfig
Linters
- cspell
- eslint
- publint
- ls-lint
- stylelint
- commitlint
Services
- vercel
- renovate
Tools
- svgo
- bumpp
- turbo
- husky
- unocss
- vitest
- lint-staged
- nano-staged
- prettier
- vuepress
- vitepress
- changeset
- node-version
- sort-package-json
Snippets
- utils
- vue-snippets
Actions
- autofix-ci
Usage
Install yo
globally:
npm i -g yo
yarn global add yo
pnpm add yo --global
Install generator:
npm i -g generator-qxy
Use the generator:
# Run specifield generator
yo qxy:eslint
Update
- Reinstall generator globally:
npm i -g generator-qxy
- Run
yo
to update generator interatively:
yo