Like a magic?
Code is a poem. Your commits should be cool. I find best coolest emoji for your commit.
| Commit Type | Emoji |
|---|---|
| Initial Commit | :tada: |
| Version Tag | :bookmark: |
| New Feature | :sparkles: |
| Bugfix | :bug: |
| Metadata | :card_index: |
| Refactoring | :package: |
| Documentation | :books: |
| Performance | :racehorse: |
| Cosmetic | :lipstick: |
| Tooling | :wrench: |
| Tests | :rotating_light: |
| Deprecation | :poop: |
| Work In Progress (WIP) | :construction: |
| Other | Be creative |
Used in g3l. G3l!
Inspired URL!
How ?
npm i --save m4g1c
Then
var m4g1c = require('m4g1c')
// Programmatical
m4g1c('init', false)
.then((value) => {console.log(value)})
.catch((err) => {console.log(err);})