@peak-stone/cz-fbi

1.1.3 • Public • Published

@peak-stone/cz-fbi

Commitizen adapter formatting commit messages

usage

$ npm i -D @peak-stone/cz-fbi
const { bootstrap } = require('@peak-stone/commitizen-promise/dist/cli/git-cz')

bootstrap({
  cliPath: 'node_modules/@peak-stone/commitizen-promise',
  config: {
    path: 'node_modules/@peak-stone/cz-fbi',
  },
})

Docs

  • commit types:
    • feat: new features
    • fix: bug fixes
    • chore: maintain
    • docs: documentation
    • style: formatting, missing semi colons, …
    • refactor
    • perf: improving performance
    • test: adds or modifies tests
    • revert: reverting changes
    • init: initial commit

Types customization

package.json

{
  "name": "",
  "version": "",
  ...
  "cz-fbi": {
    "types": [
      {
        "emoji": "",
        "description": "Introducing new features",
        "name": "feat"
      },
      ...
    ],
    "scopes": ["page", "api", ...]
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @peak-stone/cz-fbi

Weekly Downloads

0

Version

1.1.3

License

MIT

Unpacked Size

7.56 kB

Total Files

6

Last publish

Collaborators

  • sporeg
  • ldar1992
  • neikvon