@tmcb/conventional-commit

1.0.0 • Public • Published

@tmcb/conventional-commit

Never miss a conventional commit with commitizen running on npx.

Commits Issues Releases

📦 Install

This package is binary and doesn't require installation however you can add it to your repository as a devDependency:

npm install --save-dev @tmcb/conventional-commit

🚀 Usage

All you have to do is run the script next to your package.json:

npx @tmcb/conventional-commit
# or
npx conventional-commit

🔧 Configuration

The most common use case for this package is to run it instead of the git commit command inside your npm scripts:

{
  "scripts": {
    "push": "npx @tmcb/conventional-commit"
  }
}

or

{
  "scripts": {
    "push": "npx conventional-commit"
  }
}

If you want to ensure local-only usage:

{
  "scripts": {
    "push": "conventional-commit"
  }
}

🤝 Contributing

If you decide to fix a bug, make sure to use the conventional commit available at:

npm run push

⚖️ LICENSE

MIT © TED (Teodor-Eugen Dutulescu) Vortex

Readme

Keywords

none

Package Sidebar

Install

npm i @tmcb/conventional-commit

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

7.83 kB

Total Files

11

Last publish

Collaborators

  • vrtxf