Wednesday, 15 March 2017

Install node.js module for global use in command prompt

I have a node.js module, developed by me. For now I can use is it like

node my_module -a -b -c

So I want to use in directly in command prompt with specific command prompth parameters, via

my_module -a -b -c

I know this is possible, how this could be reached?



via Kamiky

No comments:

Post a Comment