3.0.1 • Published 7 years ago

meshblu-connector-schema-generator v3.0.1

Weekly downloads
10
License
MIT
Repository
github
Last release
7 years ago

meshblu-connector-schema-generator

Build Status Test Coverage Dependency status devDependency Status Slack Status

NPM Dependency status

A component of Meshblu Connectors. Click here to view the component documentation.

Getting Started

Installation

In the connector project, follow these steps:

1 - Install the library

npm install --save meshblu-connector-schema-generator

2 - Add to the start script to your package.json

{
  //...
  "scripts": {
    "generate:schema": "meshblu-connector-schema-generator > ./schemas.json"
  }
  //...
}