Skip to content

haledeng/argv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

argv

process argv from command line

Usage

var args = require('./args.js');

  a = args.get();
  
  console.log(a);

Command Line

node index.js name=helondeng age=25 female

Output

{ name: 'helondeng', age: '25', female: true }

About

process argv from command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published