Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

xcafebabe/maester

Repository files navigation

Node-Red Contrib Boilerplate

This is a straightforward boilerplate for building node-red module contributions

  • Write node-red contributions using ES6 syntax
  • Transpilation to ES5 via babel,rollup and gulp
  • docker-compose.yml and Dockerfile provided to run/test locally your node-red contributions

Getting started

wip

Usage

  1. Fork or clone this repository.
  2. Add your node contributions in src folder following Node-red Development Guide
  3. Build your node red contributions with gulp build
  4. Turn on your node-red instance docker-compose up
  5. Test your node-contributions

wip