0.3.0 • Published 8 years ago

hubot-checkout v0.3.0

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

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
0.3.0

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.4

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago