node-red-contrib-brewblox

0.2.1 • Public • Published

Brewblox nodes for Node-RED

Basic setup for Typescript nodes. Based on https://github.com/alexk111/node-red-node-typescript-starter/. The original template carries an MIT license.

Adding Nodes

You can quickly scaffold a new node and add it to the node set. Use the following command to create my-new-node-type node:

yarn add-node my-new-node-type

The node generator is based on mustache templates. To generate a node using a template called my-template, enter this command:

yarn add-node my-new-node-type my-template

To make your custom-made template available, add it to ./dev/templates/.

Developing Nodes

Build & Test in Watch mode:

yarn dev

Building Node Set

Create a production build:

yarn build

/node-red-contrib-brewblox/

    Package Sidebar

    Install

    npm i node-red-contrib-brewblox

    Weekly Downloads

    0

    Version

    0.2.1

    License

    GPL-3.0

    Unpacked Size

    386 kB

    Total Files

    57

    Last publish

    Collaborators

    • brewblox