node-argv

Node based command line argument parser
  https://github.com/codenothing/argv
  0
  no reviews



Node-argv is a nodejs module that does command line argument parsing. node-argv implement a strict argument parser, which means all options must be defined before parsing starts. This argument parser allow one to use a modular structure for options parsing.

Node.js is an event-based server-side JavaScript engine.