Amendjs.
In projects, we often need to set various development specifications, such as eslint, stylint, commitlint, etc. amendjs has built them in, and we can easily introduce these specifications into our own projects, eliminating tedious steps
- Easy to learn and use
- You can easily have a set of development specifications
- ordinary API
$ npm install --save amendjs
# or
$ yarn add amendjs
$ npm run amend
# or
$ yarn amend