cz-conventional-changelog-emoji
v0.1.0
Published
Commitizen adapter following the conventional-changelog format with emojis
Downloads
17,584
Maintainers
Readme
cz-conventional-changelog-emoji
Angular Git Commit Guidelines with Emojis
This is a fork from cz-conventional-changelog.
Hell yeah, how?
npm install -g commitizen cz-conventional-changelog-emoji
commitizen init cz-conventional-changelog-emoji --save-dev --save-exact
the command add this to your package.json:
"commitizen": {
"path": "cz-conventional-changelog-emoji"
},
What's about Changelog?
npm install --save-dev conventional-changelog-angular-emoji
https://www.npmjs.com/package/conventional-changelog-angular-emoji
Dude just let me use it
No time for setting up all that stuff?
No worries! All that and lot more awesome stuff ready to use with node-developer-boilerplate.
Preview:
feat(xxx): :sparkles: Features your commit message
fix(xxx): :bug: Bug Fixes
docs(xxx): :book: Documentation
style: :gem: Styles
refactor: :package: Code Refactoring
perf(xxx): :rocket: Performance Improvements
test(xxx): :rotating_light: Tests
build(xxx): :construction_worker: Build
ci(xxx): :computer: Continuous Integration
chore(xxx): :ticket: Chores
revert(xxx): :back: Reverts
Video Course on egghead.io
Contact / Social Media
Get the latest News about Web Development, Open Source, Tooling, Server & Security
License
Copyright (c) 2016 Maik Ellerbrock