Skip to content

Steven-Gassert/standup-helper

Repository files navigation

🚀 Standup Helper

Collects and organizes your recent github activities for the purpose of forming a stand-up update.

Travis semantic-release

preview

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.

About

Will help collect and organize your recent github activities for the purpose of forming a stand-up update.

Resources

Stars

Watchers

Forks

Packages

No packages published