Skip to content
forked from ngryman/cz-emoji

Commitizen adapter formatting commit messages using emojis.

License

Notifications You must be signed in to change notification settings

blvdgroup/cz-blvd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cz-blvd

Commitizen adapter for projects within the blvd group. Equal amounts of cutesy and practical. Forked from cz-emoji. Takes inspiration from conventional-commits, but has significantly more flair.

Requires Node 8+, or whenever they implemented the ... operator. I'm not actually sure, but Node 8 is LTS in like a few months anyway so just go with that.

? Select the type of change you are committing: (Use arrow keys)
❯ feature   🌟  A new feature
  fix       🐞  A bug fix
  docs      📚  Documentation change
  refactor  🎨  A code refactoring change
  chore     🔩  A chore change
  style     ✨  A style update or lint cleanup
  perf      🏁  A change which improves performance
  test      ⚡  A test change

Install

npm install --global cz-blvd

# set as default adapter for your projects
echo '{ "path": "cz-blvd" }' > ~/.czrc

Usage

$ git cz

Monorepo support

The repos don't have to match your repo names exactly, but they will be used in the scope.

{
  "config": {
    "cz-emoji": {
      "monorepo": {
        "repos": [
          "login",
          "swipe",
          "admit"
        ]
      }
    }
  }
}

License

MIT © the blvd group

About

Commitizen adapter formatting commit messages using emojis.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%