karg

1.26.0 • Public • Published

icon

karg

is the german word for meager, barren, sparse

karg

is also an option parser with meager features but simple setup and pretty output

meager features

does just the bare minimum:

  • automatic help generation
  • short and long option names
  • unnamed arguments
  • boolean toggle
  • dictionary output

simple setup

args = require('karg') """

scriptname
    additional  . ? unnamed arguments . **
    an-option   . ? some description  . = default
    boolean     . ? -b to turn it on  . = false
    switch      . ? -s to turn it off . = true
    invisible                         . = hidden
    
help
    some help
    
version       1.0.0

"""

pretty output

karg

npm package Build Status downloads

Readme

Keywords

Package Sidebar

Install

npm i karg

Weekly Downloads

179

Version

1.26.0

License

Unlicense

Unpacked Size

32.8 kB

Total Files

3

Last publish

Collaborators

  • monsterkodi