List of conventional commit types with emojis.
npm install conventional-commit-types-emoji
  
This is a fork from conventional-commit-types.
npm install --save-dev https://www.npmjs.com/package/conventional-commit-types-emoji
yarn add --dev https://www.npmjs.com/package/conventional-commit-types-emoji
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
Check out conventional-changelog-angular-emoji to create a changelog with emojis.
- Writing conventional commits with commitizen
- Committing a new feature with commitizen
_Get the latest News about Web Development, Open Source, Tooling, Server & Security_

Copyright (c) 2016 Maik Ellerbrock