gitmojis
TypeScript icon, indicating that this package has built-in type declarations

3.14.0 • Public • Published

gitmoji

Build Status Gitmoji

About

The emojis from the gitmoji convention bundled into a node module.

Install

npm i gitmojis

Usage

import { gitmojis } from 'gitmojis'

console.log(gitmojis)

/*
[
  {
    emoji: '🎨',
    entity: '🎨',
    code: ':art:',
    description: 'Improve structure / format of the code.',
    name: 'art',
    semver: null
  },
  {
    emoji: '⚡️',
    entity: '⚡',
    code: ':zap:',
    description: 'Improve performance.',
    name: 'zap',
    semver: null
  },
  ...
]
*/

API

Alternatively you can also consume this as through HTTP using the API:

curl https://gitmoji.dev/api/gitmojis

Spread the word

Are you using Gitmoji on your project? Set the Gitmoji badge on top of your readme using this code:

<a href="https://gitmoji.dev">
  <img
    src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square"
    alt="Gitmoji"
  />
</a>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.14.0
    60,872
    • latest

Version History

Package Sidebar

Install

npm i gitmojis

Homepage

gitmoji.dev

Weekly Downloads

63,415

Version

3.14.0

License

MIT

Unpacked Size

30.4 kB

Total Files

7

Last publish

Collaborators

  • carloscuesta
  • vhoyer
  • johannchopin