node-red-contrib-velocity 1.0.0
A node to render velocity templates
node-red-contrib-velocity
Node-Red node to render velocity templates.
This work is heavily derived from the delivered Node Red Template node and depends on the node velocity template engine by fool2fish
Installation
npm install --save node-red-contrib-velocity
Documentation
This node takes 3 configuration values
- Name: Use to give the Node a meaningful name
- Set Property: Is the property that the output will be assigned to (options are msg.propertyname, flow.propertyname, or global.propertyname
- Template: is the actual template
If you would like to read more about the velocity template engine, please visit the user guide
License
Copyright 2016 Mrinal Virnave
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.