1.0.2 • Published 7 months ago

git-beauty-commit v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

git-beauty-commit

turn git commit massage into a more beautiful massage

Install

npm install --save git-beauty-commit

Usage

import transform from 'git-beauty-commit';

const message = transform('fix: input should be ahead of select (#3373)');
//🐛 Input should be ahead of select (#3373)

API

function(msg: string): string;

Emoji

emojitypedescription
featA new feature
🐛fixA bug fix
📖docsDocumentation only changes
💄styleChanges that do not affect the meaning of the code
🛠refactorA code change that neither fixes a bug nor adds a feature
⚡️perfA code change that improves performance
testAdding missing tests or correcting existing tests
📦buildChanges that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
⚙️ciChanges to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
🚀choreOther changes that don't modify src or test files
🗑revertReverts a previous commit
🤞tryAdd untested to production
🎉initProject init

Related

LICENSE

MIT


This project is created using generator-stupid.