1.2.0 • Published 2 years ago
@stein197/cli v1.2.0
Command Line Interface utilities
Installation
npm install @stein197/cliUsage
import * as arg from "@stein197/cli/arg";
arg.parse("--opt1 val1 -- str1"); // {args: ["str1"], opts: {opt1: "val1"}}API
| Module | Functions |
|---|---|
| arg | parse |
NOTE. Please, refer to docblocks in the source code for more detailed documentation.
npm scripts
buildrunclean,testandtsscriptscleandelete compiled filestestrun teststscompile the projectts:checkrun compile check