Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/desm/config-from-argv-ts-example


https://github.com/desm/config-from-argv-ts-example

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# config-from-argv-ts-example

A complete TypeScript example of using the NPM module [config-from-argv](https://www.npmjs.com/package/config-from-argv).

## Usage

```Shell
$ npm install
$ ./dist/example.js
$ ./dist/example.js -x
$ ./dist/example.js -f other.txt
$ ./dist/example.js -p 30
$ ./dist/example.js -x -f one.txt -p 2
```