node-red-flow-json-division

0.5.3 • Public • Published

node-red-flow-json-division

Released

Date Version Description
2017-09-17 0.5.3 Supported Windows and add added check parameter.

Feature

  • Manage Node-RED's JSON with git.
  • Divide JSON in the clipboard and output it in a file.
  • Divide by node.
  • flow.json has the clipboard as it is.
  • for git-repository.
  • Supported
    • Mac
    • Windows

Description

  • Output JSON from clipboard.
flowjsondiv [Output directory]
  • Output JSON from clipboard.
flowjsondiv [Output directory] [input file path]
  • Check Clipboard.
flowjsondiv check

Install (As a command)

npm install -g node-red-flow-json-division

Usage (As a command)

  • Mac
# from clipboard.
flowjsondiv ${HOME}/node-red/flow
# from file.
flowjsondiv ${HOME}/node-red/flow ${HOME}/flows.json
# watch the content of the clipboard.
flowjsondiv check
  • Windows
rem from clipboard.
flowjsondiv %HOMEPATH%¥node-red¥flow
rem from file.
flowjsondiv %HOMEPATH%¥node-red¥flow %HOMEPATH%¥flow.json
rem watch the content of the clipboard.
flowjsondiv check

Usage (No Install)

git clone https://github.com/high-u/node-red-flow-json-division.git
cd node-red-flow-json-division
./flowjsondiv ${HOME}/node-red/flow

Result

  • Flow

    • flow
  • Directory

    • directory

OS Support (Plan for the future)

  • Mac
  • Windows
  • Linux

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.5.3
    4
    • latest

Version History

Package Sidebar

Install

npm i node-red-flow-json-division

Weekly Downloads

4

Version

0.5.3

License

Apache-2.0

Last publish

Collaborators

  • high-u