Validate the commit message for a particular commit in node core
npm install core-validate-commit

Validate the commit message for a particular commit in node core
``bash`
$ npm install [-g] core-validate-commit
`bashfor a single commit
$ core-validate-commit
To see a list of valid subsystems:
`bash
$ core-validate-commit --list-subsystem
`Valid subsystems are also defined in lib/rules/subsystem.js.
Test
`bash
$ npm test
`Author
Evan Lucas
License
MIT (See
LICENSE` for more info)