As per NoflowJS is concerned it is a visual programming interface of JavaScript. I got stuck in this syntax :
$ ./node_modules/.bin/noflo -h
I want the syntax for Windows Operating System. Link to NofloJS: http://noflojs.org/documentation/
Also recommend some best visual programming for JavaScript.
It should simply be:
$ node node_modules\.bin\noflo -h
Make sure that you have node.exe
available in your Path environment variable. If it isn't, you can of course also just run it with a fully-qualified path.