0.2.2 • Published 6 years ago

node-red-contrib-git-nodes v0.2.2

Weekly downloads
20
License
Apache-2.0
Repository
github
Last release
6 years ago

node-red-contrib-git-nodes

For Node-RED.

Manage the flow in git repository.

node image

Feature

  • When you press the button, git command are executed automatically.
    • git add
    • git commit
    • git push
  • Split flows.json to make diff easy to see.
    • For function nodes, such files are created.
      • nodes/{node.id}/func

Diff

example

-if (true) {
-    console.log('Hello world.')
+if (false) {
+    console.log('Goodbye world.')
 }
 return msg

github example

diff image

install

npm install --save node-red-contrib-git-nodes

Usage

Local git

  1. Check git add and git rm property.
    • check property
  2. Press node button.
    • press button

Push to github

  1. Register ssh key.
  2. Make an empty repository newly.
    • new repository
  3. Input git repository (ssh) property.
    • new repository
  4. Press node button.
    • press button

Dependence

  • git command
0.2.2

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago