Skip to content

Hubot script for managing limited resources (e.g. staging servers)

Notifications You must be signed in to change notification settings

radixhound/hubot-resources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-resources

A hubot script that manages limited resources, primarily staging servers that you can deploy to. It's also useful for other limited resources, to know who has it and who gets to use it next.

See src/resources.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-resources --save

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

[
  "hubot-resources"
]

Sample Interaction

user1>> hubot create a new resource staging
hubot>> Yeehaw! Oh boy this will be the best staging you ever did see.
user1>> I can haz staging?
hubot>> You got it kimosabe.
user1>> staging is all clear
user2>> dibs on staging
hubot>> You are now on deck
hubot>> ok @user1 now has staging

About

Hubot script for managing limited resources (e.g. staging servers)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 94.3%
  • JavaScript 3.6%
  • Shell 2.1%