daily-standup
v0.2.0
Published
Command-line tool for posting what you did today and the GitHub commits from yesterday to HipChat.
Downloads
9
Readme
daily-standup
Command-line tool for posting what you did today and the GitHub commits from yesterday to HipChat.
Installation
npm install --global daily-standup
Usage
daily-standup <message> [--config <path>]
Example
daily-standup "Today I'm going to implement OAuth2."
Options
-h, --help
output usage information
-V, --version
output the version number
--config <path>
JSON configuration
Configuration
daily-standup requires a standup.json
in the directory it is run from.
standup.json
The standup.json
specifies the API keys to use:
{
"room": 151902, // HipChat room ID to send report to.
"keys": {
"github": "9dc855c5498c9318179b2e7f8c5dc486133708",
"hipchat": "ai5K1PQErRKitNHeOgDiUcXaZJBjWjbSkdUARP"
}
}