generator-meshblu-connector

A generator for Yeoman

Usage no npm install needed!

<script type="module">
  import generatorMeshbluConnector from 'https://cdn.skypack.dev/generator-meshblu-connector';
</script>

README

generator-meshblu-connector

Dependency status devDependency Status Build Status Slack Status

NPM

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