commitlint-config-cozy

0.8.0 • Public • Published

Commitlint Config Cozy

Shareable commitlint config enforcing the cozy commit convention

Documentations

How to add it on your project

  • Add the library on your dev dependency (yarn add commitlint-config-cozy --dev --exact)
  • Add configuration on your package.json (see an example):
"commitlint": {
  "extends": [
    "cozy"
  ]
}
  • Add verification during a commit with husky (> 1.0.0) on your package.json (see an example):
"husky": {
  "hooks": {
    "commit-msg": "commitlint -e $GIT_PARAMS"
  }
}

Community

What's Cozy?

Cozy is a platform that brings all your web services in the same private space. With it, your webapps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one's tracking you.

Get in touch

You can reach the Cozy Community by:

Maintainers

The maintainer for Commitlint Config Cozy is kosssi !

License

commitlint-config-cozy is distributed under the MIT license.

Dependents (0)

Package Sidebar

Install

npm i commitlint-config-cozy

Weekly Downloads

1

Version

0.8.0

License

MIT

Unpacked Size

18.6 kB

Total Files

7

Last publish

Collaborators

  • mycozycloud