cli-sac

1.0.0 • Public • Published

cli-sac

Parse cli key value pairs

Installation

npm i cli-sac

Usage

import { parseCli } from "parse-cli";

parseCli(); // returns obect

Example

node examples/example.js favouriteColor=red age=120

Output

{ favouriteColor: 'red', age: '120' }

About

Changelog

Changelog

License

CC0

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i cli-sac

      Weekly Downloads

      0

      Version

      1.0.0

      License

      CC0-1.0

      Unpacked Size

      8.34 kB

      Total Files

      5

      Last publish

      Collaborators

      • grossacasacs