Node-RED Node Developer Tools
$ npm install -g node-red-dev
$ node-red-dev COMMAND
running command...
$ node-red-dev (-v|--version|version)
node-red-dev/0.1.3 darwin-arm64 node-v16.13.0
$ node-red-dev --help [COMMAND]
USAGE
$ node-red-dev COMMAND
...
display help for node-red-dev
USAGE
$ node-red-dev help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
Run the full suite of Validation tests
USAGE
$ node-red-dev validate
OPTIONS
-e, --embed=embed use when running embedded in anothe node app
-n, --npm=npm Name of package on npm to validate
-o, --output=output Path to write scorecard file to
-p, --path=path Path of package to validate
DESCRIPTION
...
By default the tool will look in the current folder for a package,
you can also specify a path with --path or a published npm package with --npm.