Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bruceadams/hubot-asset
A Hubot script to keep a lending library of assets
https://github.com/bruceadams/hubot-asset
Last synced: 20 days ago
JSON representation
A Hubot script to keep a lending library of assets
- Host: GitHub
- URL: https://github.com/bruceadams/hubot-asset
- Owner: bruceadams
- License: mit
- Created: 2015-02-06T01:20:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-06T02:45:49.000Z (almost 10 years ago)
- Last Synced: 2024-10-27T23:22:02.419Z (22 days ago)
- Language: CoffeeScript
- Size: 129 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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`:
```json
["hubot-asset"]
```## Sample Interaction
_need to do this ..._
## License
Copyright (c) 2015 Bruce AdamsLicensed under the MIT license, see `LICENSE` for details.