Skip to content

Commit types for northbrook and validate-commit-msg

Notifications You must be signed in to change notification settings

northbrookjs/commit-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Commit types for northbrook and validate-commit-msg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published