Skip to content

Latest commit

 

History

History

commitlint-config-cozy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.