0.5.3 • Published 7 years ago

node-red-flow-json-division v0.5.3

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

node-red-flow-json-division

Released

DateVersionDescription
2017-09-170.5.3Supported 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
0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.1

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago