node-red-contrib-node-bundle-test 0.1.0
Node bundle test: multiple basic Node-RED nodes in one package.
node-red-contrib-node-bundle-test
A mock Node-RED bundle package that ships multiple simple utility nodes in one npm package.
Included Nodes
bundle-upper: convertsmsg.payloadto uppercasebundle-lower: convertsmsg.payloadto lowercasebundle-trim: trims leading/trailing spacesbundle-prefix: prefixes payload with configurable textbundle-number-scale: multiplies numeric payload by factor
Install
cd ~/.node-red
npm install node-red-contrib-node-bundle-test
Prerequisites
- Node-RED 2.0 or later
- Node.js 16 or later
Example Collection
You can also import the combined smoke-test flow:
Notes
This package is intentionally basic and unrelated to TDC-X. It is a bundle mockup to test publishing a collection of nodes as one package.