JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q43508F
  • License MIT

Commit messages enhanced with emojis

Package Exports

  • gitmojo

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gitmojo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

GitMojo

NPM version

Emojilify all the things \o/

Requirements

Install

GitMojo need to be installed globally

yarn global add gitmojo
# or npm install gitmojo -g

Initialize GitMojo in your project

cd  my-project
gitmojo init --doc
# gitmojo init

Edit .gitmojorc.json to fit your needs

Husky's hook configuration

Update Husky's configuration with prepare-commit-msg hook

{
  "husky": {
    "hooks": {
      "prepare-commit-msg": "gitmojo --all"
    }
  }
}

Defaults Emojis

See GITMOJO.md

TODOS

  • [] check if Husky package is installed
  • [] debug with windows EOL