0.1.0 ā€¢ Published 7 years ago

cz-blvd v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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