Skip to content

bruceadams/hubot-asset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Hubot script to keep a lending library of assets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published