1.0.3 • Published 8 years ago

hubot-device-module v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Device Management

Script to assist with device management. Allows users to list, checkout and return devices.

Comands:

- Hubot seed all devices - Perform initial seed of devices
- Hubot devices - Get list of devices
- Hubot add device {name} - Add device by name
- Hubot remove device {id} - Remove device by id
- Hubot checkout {id} - Checkout device with id
- Hubot return {id} - Return device with id

Installation

In hubot project repo, run:

    npm install hubot-device-module --save

Then add hubot-device-management to your external-scripts.json:

    ["hubot-device-module"]
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago