hubot-asset
v1.0.0
Published
A Hubot script to keep a lending library of assets
Downloads
2
Readme
hubot-asset
A Hubot script to keep a lending library of assets
Commands
- hubot asset create name - Create a new asset in the library
- hubot asset borrow name - Borrow an asset
- hubot asset return name - Return a borrowed asset
- hubot asset destroy name - Remove an asset from the library
- hubot asset status - List the holder or availability of each asset
Installation
In hubot project repo, run:
npm install hubot-asset --save
Then add hubot-asset to your external-scripts.json
:
["hubot-asset"]
Sample Interaction
need to do this ...
License
Copyright (c) 2015 Bruce Adams
Licensed under the MIT license, see LICENSE
for details.