hubot-rotation

0.4.7 • Public • Published

hubot-rotation

npm version CircleCI codecov code style: prettier

hubot-rotation is a hubot script, that makes it easier for your team to rotate some roles such as facilitator of morning meeting.

hubot-rotation

Requirement

Install

Rocket.Chat

See docker-compose example

Usage

  • Show current status
rotate show
  • Add an user
rotate add hitochan
  • Delete an user
rotate delete hitochan
  • Move the facilitator to the next user
rotate next
  • Timezone (Default: +09:00)

To set timezone (In +/-HH:mm format from -12:00 to +14:00. I don't know why +14:00 but it was written so in wikipedia)

rotate config timezone +02:00

To show currently used timezone

rotate config timezone

Development

Feel free to submit Pull Requests to improve hubot-rotation together! First fork this repository, and then run yarn to install dependencies. You can use the following commands during the development. Note that PRs are accepted only if all the tests pass and the code is formatted with yarn format.

# Build
yarn build

# Test 
yarn test

# Formatting
yarn format

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i hubot-rotation

Weekly Downloads

2

Version

0.4.7

License

MIT

Unpacked Size

15.4 kB

Total Files

5

Last publish

Collaborators

  • hitochan777