Skip to content

Commit 370faf5

Browse files
authored
docs: add cz-emoji-conventional to list of adapter (#840)
1 parent f775773 commit 370faf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ We know that every project and build process has different requirements so we've
278278
- [cz-adapter-eslint](https://www.npmjs.com/package/cz-adapter-eslint)
279279
- [commitiquette](https://github.com/martinmcwhorter/commitiquette)
280280
- [cz-format-extension](https://github.com/tyankatsu0105/cz-format-extension)
281+
- [cz-emoji-conventional](https://www.npmjs.com/package/cz-emoji-conventional)
281282

282283
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!
283284

0 commit comments

Comments
 (0)