1.3.0 • Published 5 years ago

commitlint-config-armour v1.3.0

Weekly downloads
41
License
MIT
Repository
github
Last release
5 years ago

commitlint-config-armour

PRs Welcome License: MIT npm Template from jarvis

My shareable config for commitlint, see COMMIT_CONVENTION.md for detailed explanation.

Usage

Installation

npm i commitlint-config-armour

or

yarn add commitlint-config-armour

or

npx commitlint-config-armour

Define the config for your project

echo "module.exports = {extends: ['armour']};" > .commitlintrc.js

or

echo "extends: ['armour']" > .commitlintrc.yml

Define the husky hook in package.json file

...
"husky": {
  "hooks": {
    "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  }
},
...

Contributing

See CONTRIBUTING.md

License

MIT License

1.3.0

5 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago