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