Skip to content

pavlosnoulis/getopts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Command line interface parsing function. As time passes, I aspire to have the same capability offered in all languages I am interested in.

For now the supported languages are:

  • js

Installation

git clone [email protected]:pnoulis/getopts.git

Usage

Javascript

For specific details on the parameter list and return value

read the source file comments: getopts.js;

npm install [email protected]:pnoulis/getopts.git

echo '
import { getopts } from "getopts";
' > index.js

node  index.js

Contact

About

Parse cli argv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%