Skip to content

Commit

Permalink
docs: add commitiquette (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmcwhorter committed Apr 16, 2020
1 parent 607d514 commit 09ade00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -262,6 +262,7 @@ We know that every project and build process has different requirements so we've
- [vscode-commitizen](https://github.com/KnisterPeter/vscode-commitizen)
- [cz-emoji](https://github.com/ngryman/cz-emoji)
- [cz-adapter-eslint](https://www.npmjs.com/package/cz-adapter-eslint)
- [commitiquette](https://github.com/martinmcwhorter/commitiquette)

To create an adapter, just fork one of these great adapters and modify it to suit your needs. We pass you an instance of [Inquirer.js](https://github.com/SBoudrias/Inquirer.js/) but you can capture input using whatever means necessary. Just call the `commit` callback with a string and we'll be happy. Publish it to npm, and you'll be all set!

Expand Down

0 comments on commit 09ade00

Please sign in to comment.