@cajacko/commit

Installs Charlie Jackson's commitizen template globally

Usage no npm install needed!

<script type="module">
  import cajackoCommit from 'https://cdn.skypack.dev/@cajacko/commit';
</script>

README

Commit

This small package simply sets up commitizen globally on your machine and adds the custom conventional commit adapter found at https://github.com/cajacko/cz-conventional-changelog

To install run

npm i -g @cajacko/commit

Now you can commit using the template anywhere on your machine using

git cz

This will run commitizen with the above adapter.