New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

generator-meshblu-connector

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-meshblu-connector

A generator for Yeoman

15.0.5
latest
Version published
Weekly downloads
87
569.23%
Maintainers
4
Weekly downloads
 
Created

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

FAQs

Package last updated on 20 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts