Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 413 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 413 Bytes

@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"
    }
  }
}