Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 681 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 681 Bytes

hubot-lock

A hubot script for locking assets

See src/hubot-lock.coffee for full documentation.

Build Status

Installation

In hubot project repo, run:

npm install hubot-lock --save

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

[
  "hubot-lock"
]

Sample Interaction

alice>> @hubot lock Main.unity
hubot>> @alice :lock: OK, locked *Main.unity* for you
bob>> @hubot lock Main.unity
hubot>> @bob :x: Nope, *Main.unity* is already locked by <@alice>

NPM Module

https://www.npmjs.com/package/hubot-lock