Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 529 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 529 Bytes

Amendjs

Amendjs.

💫 Introduce

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

✨ Features

  • Easy to learn and use
  • You can easily have a set of development specifications
  • ordinary API

📦 Install

$ npm install --save amendjs
# or
$ yarn add amendjs

🔨 Usage

$ npm run amend
# or
$ yarn amend