Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 223 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 223 Bytes

micromist

Minimal argument parser

Install

npm install micromist --save

Usage

const micromist = require('micromist');

const args = micromist(process.argv);

console.log("%j", args);