Commitlint Config Cozy¶
Shareable commitlint config enforcing the cozy commit convention
Documentations¶
- Cozy commit documentation on Cozy Guideline
- Commitlint
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:
- Chatting with us on IRC #cozycloud on Libera.Chat
- Posting on our Forum
- Posting issues on the Github repos
- Say Hi! on Twitter
Maintainers¶
The maintainer for Commitlint Config Cozy is kosssi !
License¶
commitlint-config-cozy
is distributed under the MIT license.