commit-message-parser
v0.2.1
Published
Parses git commit messages and posts to Slack
Downloads
4
Readme
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_USER
andGITHUB_PAT
environment 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
.