0.2.2 • Published 8 years ago
node-red-contrib-git-nodes v0.2.2
node-red-contrib-git-nodes
For Node-RED.
Manage the flow in git repository.

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
- For function nodes, such files are created.
Diff
example
-if (true) {
- console.log('Hello world.')
+if (false) {
+ console.log('Goodbye world.')
}
return msggithub example

install
npm install --save node-red-contrib-git-nodesUsage
Local git
- Check
git addandgit rmproperty. - Press node button.
Push to github
- Register ssh key.
- Make an empty repository newly.
- Input
git repository (ssh)property. - Press node button.
Dependence
- git command



