# 🔮 Projects - Commitizen Adapter

<p align="center">
  <a href="https://www.npmjs.com/package/@crystal-ball/commitizen-adapter">
    <img src="https://img.shields.io/npm/v/@crystal-ball/commitizen-adapter.svg?style=flat-square" alt="NPM">
  </a>
  <a href="https://travis-ci.com/crystal-ball/commitizen-adapter">
    <img src="https://travis-ci.com/crystal-ball/commitizen-adapter.svg?branch=master" alt="Travis">
  </a>
  <a href="https://renovatebot.com/" target="_blank" rel="noopener noreferrer">
    <img src="https://img.shields.io/badge/Renovate-enabled-32c3c2.svg" alt="Renvoate" />
  </a>
  <a href="https://github.com/crystal-ball/commitizen-adapter#zenhub" target="_blank" rel="noopener noreferrer">
    <img src="https://img.shields.io/badge/shipping_faster_with-ZenHub-5e60ba.svg?style=flat-square" alt="ZenHub" />
  </a>
  <a href="https://prettier.io/" target="_blank" rel="noopener noreferrer">
    <img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg" alt="Prettier">
  </a>
  <a href="https://semantic-release.gitbook.io" target="_blank" rel="noopener noreferrer">
    <img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic_release-e10079.svg" alt="Semantic Release">
  </a>
  <br />
  <a href="https://github.com/crystal-ball" target="_blank" rel="noopener noreferrer">
    <img
      src="https://img.shields.io/badge/%F0%9F%94%AE%E2%9C%A8-contains_magic-D831D7.svg"
      alt="Contains magic"
    />
  </a>
  <a href="https://github.com/crystal-ball/crystal-ball.github.io" target="_blank" rel="noopener noreferrer">
    <img
      src="https://img.shields.io/badge/%F0%9F%92%96%F0%9F%8C%88-full_of_love-F5499E.svg"
      alt="Full of love"
    />
  </a>
</p>

Package contains an adapter for using [Commitizen][] with 🔮 Projects commit
format and emojis.

> ⚠️ See the [`@crystal-ball/commit-semantics`][] package for expected setup and
> configuration of this adapter in any project.

<!-- Links -->

[commitizen]: https://commitizen.github.io/cz-cli/
[`@crystal-ball/commit-semantics`]:
  https://github.com/crystal-ball/commit-semantics
