meshblu-connector-schema-generator
v3.0.1
Published
Meshblu Connector Schema Generator
Downloads
26
Readme
meshblu-connector-schema-generator
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"
}
//...
}