maximist

1.0.0 • Public • Published

maximist

The opposite of minimist: take an object and turn it into an array of command-line arguments.

Usage

NPM

flags = maximist(args)

Converts the args object into flags. For example, the following:

require('maximist')({
    hello: 'world'
  , spin: false
})

Should yeild:

['--hello', 'world', '--no-spin']

License

MIT. See LICENSE.md for details.

/maximist/

    Package Sidebar

    Install

    npm i maximist

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • hughsk