hubot-asset

1.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i hubot-asset

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bruceadams