ORESoftware / cli.parser

Progressive and typed command line parsing, with emphasis on JSON, for Node.js and TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Cli.Parser ( @oresoftware/cli )

install

  npm install @oresoftware/ci

Using the options

Using env vars

export my_env_var='{"value":"foo"}'

env vars have to use JSON

About

Progressive and typed command line parsing, with emphasis on JSON, for Node.js and TypeScript.

License:MIT License


Languages

Language:TypeScript 76.7%Language:JavaScript 12.0%Language:Shell 11.2%