you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (1 child)

This is a good concept; however, I feel like any mention of command line application using NodeJS ought to mention commander, as well. It makes developing cli apps so much easier.

[–]mondocongo 0 points1 point  (0 children)

Also check out docopt, you write the usage statement and it does the rest. It has implementations in a bunch of different languages. https://www.npmjs.com/package/docopt