@northbrook/commit-types

Commit types for northbrook :)

Usage no npm install needed!

<script type="module">
  import northbrookCommitTypes from 'https://cdn.skypack.dev/@northbrook/commit-types';
</script>

README

@northbrook/commit-types

Commit types used by northbrook

Can be used easily with validate-commit-msg

// package.json
{
  "config": {
    "ghooks": {
      "commit-msg": "node ./node_modules/.bin/validate-commit-msg"
    },
    "validate-commit-msg": {
      "types": "@northbrook/commit-types"
    }
  }
}