@stein197/cli

1.2.0 • Public • Published

Command Line Interface utilities

Installation

npm install @stein197/cli

Usage

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

  • build run clean, test and ts scripts
  • clean delete compiled files
  • test run tests
  • ts compile the project
  • ts:check run compile check

Package Sidebar

Install

npm i @stein197/cli

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

24.2 kB

Total Files

8

Last publish

Collaborators

  • stein197