You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,13 @@
1
1
# Node generator for Node-RED
2
2
3
+
Node generator is command line tool to generate Node-RED node modules from a number of different sources including Swagger specification and function node's source.
4
+
Using this tool, node developers can dramatically reduce their time to implement Node-RED node modules.
5
+
6
+
## Installation
7
+
3
8
Install node generator globally to make the `node-red-nodegen` command available on your path:
0 commit comments