Skip to content

ornorm/hjs-getopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HJS-GETOPT

This is a JS port of GNU getopt, a class for parsing command line arguments passed to programs. It it based on the C getopt() functions in glibc 2.0.6 and should parse options in a 100% compatible manner. If it does not, that is a bug. The programmer's interface is also very compatible...

Some command classes: LongOpt, Getopt.

Installation

Node:

npm install hjs-getopt --save

Meta

Aime – abiendo@gmail.com

Distributed under the MIT license. See LICENSE for more information.

About

This is a JS port of GNU getopt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published