1.0.1 • Published 4 years ago

flagging v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Setup

Yarn: yarn add flagging NPM: npm i flagging

Example

import * as flagging from "flagging";

let res = flagging.process("--verbose -scale 22 --method fast", {
    parseNumbers: true
})

// Returns:
{
    verbose: ["verbose"],
    scale: ["scale", 22],
    method: ["method", "fast"]
}

Contributions

Contribute, steal, republish, I don't care! As long as my code gets some sort of use i'm happy.

1.0.1

4 years ago

1.0.0

4 years ago