Skip to content

Commit 64efbca

Browse files
Merge pull request #70 from kazuhitoyokoi/master-updatereadme
2 parents 57dc4b5 + 929cc90 commit 64efbca

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Node generator for Node-RED
22

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+
38
Install node generator globally to make the `node-red-nodegen` command available on your path:
49

5-
npm install -g git+http://github.com/node-red/node-red-nodegen.git
10+
npm install -g node-red-nodegen
611

712
You may need to run this with `sudo`, or from within an Administrator command shell.
813

@@ -24,6 +29,8 @@ You may need to run this with `sudo`, or from within an Administrator command sh
2429
--name : Node name (default: name defined in source)
2530
--module : Module name (default: "node-red-contrib-<node name>")
2631
--version : Node version (format: "number.number.number" like "4.5.1")
32+
--keywords : Additional keywords (format: comma separated string, default: "node-red-nodegen")
33+
--category : Node category (default: "function")
2734
--tgz : Save node as tgz file
2835
--help : Show help
2936

0 commit comments

Comments
 (0)