hubot-checkout

0.3.0 • Public • Published

hubot-checkout

A bot to keep track (checkin and checkout) resources.

hubot-redis-brain is a dependency. -> Uses redis as persistent store.

See src/checkout.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-checkout --save

Then add hubot-checkout to your external-scripts.json:

[
  "hubot-checkout"
]

Todo

  • Auto-return resource after due date (e.g. hubot checkout qa-server for 1 day)
  • clean up code duplication and utilize coffescript string interpolation
  • add unit tests

Sample Interaction

user1>> hubot checkout qa-server 
hubot>> user1 checked out qa-server

Readme

Keywords

Package Sidebar

Install

npm i hubot-checkout

Weekly Downloads

1

Version

0.3.0

License

MIT

Last publish

Collaborators

  • deekim