Skip to content

qxy-fe/generator-qxy

Repository files navigation

generator-qxy

CI NPM VERSION NPM DOWNLOADS COVERAGE LICENSE

🤟 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
  • 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

  1. Reinstall generator globally:
npm i -g generator-qxy
  1. Run yo to update generator interatively:
yo

License

MIT License © 2020-PRESENT ntnyq