Yeoman generator for JS module development on Azure IoT Edge v1 Module. **Note: As IoT Edge v1 is no longer under active development, this tool is not supported.
Перейти к файлу
Su Shi 8d53cfe04b Refactoring the generator.
Refactor the generator.

Refactor the code for generator phase ii.

Refactor the code for generator to support more features.
2017-03-28 18:00:47 -07:00
generators Refactoring the generator. 2017-03-28 18:00:47 -07:00
.editorconfig add templates for generator. 2017-03-23 01:15:19 -07:00
.gitattributes add templates for generator. 2017-03-23 01:15:19 -07:00
.gitignore add templates for generator. 2017-03-23 01:15:19 -07:00
LICENSE Initial commit 2017-03-16 21:27:21 -07:00
README.md Update the README.md for the usage. 2017-03-24 00:14:15 -07:00
index.js Refactoring the generator. 2017-03-28 18:00:47 -07:00
package.json Refactoring the generator. 2017-03-28 18:00:47 -07:00

README.md

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Azure IoT Gateway Module Generator

generator-az-iot-gw-module creates a base template to start a new gateway module in Node.js.

Prerequisites

  1. Install latest Node LTS.
  2. npm install -g yo.

Install(Temporary)

$git clone https://github.com/Azure/generator-az-iot-gw-module
$cd generator-az-iot-gw-module
$npm link

Note that once this generator is released publically, the install will be changed to: npm install -g generator-az-iot-gw-module.

Usage

$yo az-iot-gw-module

Note that this template will generate files in the current directory, so be sure always to run it against a new directory

Running module(s) on gateway

Once the project is scaffolded, at the root folder run:

$npm install
$npm start