standup-helper
v0.2.0
Published
Pulls various information from github to help a developer in creating a standup update.
Downloads
1
Readme
Getting Started
You will need to have Node.js installed.
$ npm i -g standup-helper
init standup-helper
$ standup-helper --init
Print the standup message
$ standup-helper
Example output
<Add example output here>
Help
$ standup-helper --help # or -h (see all possibles options)
Usage: cli [options]
Options:
-v, --version output the version number
--init Initialize standup-helper
-i, --issues Include issues
-p, --pull-requests Include pull requests
-c, --commits Include commits
-g, --github-url [url] The GitHub URL (default: https://api.github.com)
-a, --access-token [access_token] The GitHub access token
-h, --help output usage information
Roadmap
- Adding ZenHub integration (?)
LICENSE
MIT.