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
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: Documentationstyle: :gem: Styles
refactor: :package: Code Refactoring
perf(xxx): :rocket: Performance Improvements
test(xxx): :rotatinglight: Tests
build(xxx): :constructionworker: Build
ci(xxx): :computer: Continuous Integration
chore(xxx): :ticket: Choresrevert(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