0.2.1 • Published 7 years ago
commit-message-parser v0.2.1
Commit Message Parser
Simple commit message parser for parsing our commit messages.
See the example for more information.
Usage
- Check out code, run
npm install, followed bynpm-link. - Ensure
GITHUB_USERandGITHUB_PATenvironment variables are set (you may need to create a Github personal access token). - Checkout and update the staging branch for the project in question.
- Run
parse-commits <args>. Arguments can be viewed by runningparse-commits -h.