Skip to content

Custom Emojis

Leonardo Ascione edited this page Feb 26, 2019 · 3 revisions

This package allows for custom emojis, or customizing behaviour for provided ones, using emojis config property as introduced in the readme.

This project uses cosmiconfig, so you can put your emoji customization in the favolosoEmoji key in your package.json, or just create a .favolosoEmoji.json, favolosoEmoji.config.js, etc. file in your project directory.

Sample

{
  "favolosoEmoji": {
    "fix": {
      "emoji": "🐞",
      "heading": "🐞 Fixes"
    },
    "chore": false,
    "change": {
      "emoji": "πŸ’Ό",
      "inChangelog": true,
      "heading": "πŸ’Ό Changes",
      "bump": "patch",
      "aliases": ["πŸ‘œ"],
      "typeAliases": ["changes"]
    }
  }
}
Clone this wiki locally