generator-meshblu-connector
v15.0.5
Published
A generator for Yeoman
Downloads
88
Keywords
Readme
generator-meshblu-connector
Yeoman generator
A component of Meshblu Connectors. Click here to view the component documentation.
Getting Started
Install Yeoman
npm install -g yo
Install the Generator
npm install -g generator-meshblu-connector
Finally, initiate the generator. However there is more automated script for updating connectors.
yo meshblu-connector
Automated Scripts
update-meshblu-connector
This script automates travis-ci, appveyor, running the generator, and updating the dependencies.
Usage:
cd /path/to/connector
env GITHUB_RELEASE_KEY='--insert-key-here--' APPVEYOR_GITHUB_RELEASE_KEY='--insert-key-here--' update-meshblu-connector
test-meshblu-connector
This script makes it easy to test a connector in production. It creates a Meshblu device, writes it to the meshblu.json, claims the device, updates the schema, and opens it in octoblu.
Usage:
cd /path/to/connector
test-meshblu-connector "--insert-octoblu-user-uuid---"
License
MIT