1.0.4 • Published 4 years ago

flowmms v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Flow-Run

A tool to run the core flow engine of Node-RED with

  • disable httpAdminRoot
  • disable editor
  • @node-red/nodes
  • node-red-contrib-motechat
  • node-red-contrib-motebus
  • flowFile: flows.json
  • userDir: process.cwd() ( Default value )
  • port: 1880

usage

# Run with the current working directory
flow-run

# Run with the specified directory
flow-run [dir]
# Or
flow-run [dir] -p [port]