@devpack/qakit
v0.0.58
Published
A Frontend QA Toolkit Includes code style/spec/quality/unit test/commitlint/git hooks
Downloads
192
Maintainers
Readme
A Frontend QA Toolkit
Includes:
- code style - Prettier
- code specs & quality - ESLint
- commit message specs - commitlint
- unit test - jest
- git workflow hooks - husky
Install
// global install, work with cli
npm install -g @devpack/qakit
// local install, work with api or cli
npm install @devpack/qakit
Usage
// for global
devpack-qa --help
// for local
npx devpack-qa --help
Development
// first, intall dependencies with yarn
yarn
// then cd '../devpack-qakit-app' to test