carloscuesta / gitmoji-cli

A gitmoji interactive cli tool for using emojis on commits. 💻
https://www.npmjs.com/package/gitmoji-cli
MIT License
4.63k stars 206 forks source link

Only log successful update if gitmojis changed #97

Closed erikhuizinga closed 3 years ago

erikhuizinga commented 6 years ago

The following always logs a successful update, but how do I know if there were any gitmojis updated? As a user I want to know about new or changed gitmojis, so I can use them properly.

https://github.com/carloscuesta/gitmoji-cli/blob/b5e81392c53b42ab615379777c8a4a3f31ce4dcd/src/gitmoji.js#L188

More awesome would be an automatic update after a gitmoji-cli update. And even more awesome would be a short summary of changed and new gitmojis.

A1rPun commented 4 years ago

I think you have the following options:

Maybe there are better options :muscle: