1.0.7 • Published 8 years ago

hubot-commit-streak v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hubot-commit-streak

A hubot script that shows who has the best current commit streak in your org

See src/streaklife.js for full documentation.

Installation

In your hubot project repo, run:

npm install hubot-commit-streak --save

Then add hubot-commit-streak to your external-scripts.json:

[
  "hubot-commit-streak"
]

Environment Variables

Hubot-commit-streak requires:

HUBOT_ORG_ACCESS_TOKEN (an access token created by an org member)

HUBOT_ORG_LOGIN (the name of your org as seen on github)

Sample Interaction

hubot>> #streaklife, baby
        redleader: 12
        redthree: 10
        redsix: 3
1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago