pob-commit

commit with ease

Usage no npm install needed!

<script type="module">
  import pobCommit from 'https://cdn.skypack.dev/pob-commit';
</script>

README

pob-commit

Commit with ease

Force to follow karma commit message convention

Install

npm install --g pob-commit
npm install --save-dev pob-commit

How to use

Direct use

commit

All args are passed to git commit

With npm scripts npm run commit

Edit your package.json:

{
    "scripts": {
        "commit": "commit",
    }
}