Berkmann18 / commit-conv

Converts commit messages based on commit conventions
MIT License
0 stars 2 forks source link
commit conventions message

commit-conv

NPM Downloads Inline docs

NodeVersion GitHub package version devDependencies Status dependencies Status

GH Downloads GitHub commit activity the past year GitHub contributors Github search hit counter

Dependabot Status Build Status codecov.io Code Coverage tested with jest eslint Known Vulnerabilities

All Contributors GitHub contributions welcome Commitizen friendly

GitHub top language GitHub language count GitHub code size in bytes

BCH compliance Codacy Badge semantic-release

Converts commit messages based on commit conventions.

Documentation

Table of Contents

commitConv

index.js:36-68

Convert a commit message into one that follows the specified commit convention.

Parameters

Examples

commitConv({tag: 'docs', msg: 'Update README.md', convention: 'angular'}); //'docs: update README.md'
commitConv({tag: 'fix', msg: 'bye bye #1', convention: 'eslint'}); //'Fix: Bye bye #1'

Returns string Commit message

Contributions

Please refer to that.

Contributors

Thanks goes to these wonderful people (emoji key):

Maximilian Berkmann
Maximilian Berkmann

πŸ’» πŸ“– πŸ€” πŸš‡ 🚧 ⚠️ πŸ’‘
Semantic Release Bot
Semantic Release Bot

πŸ“¦
Benjamin Bourgeois
Benjamin Bourgeois

πŸ’»

This project follows the all-contributors specification. Contributions of any kind are welcome!

LICENSE

MIT