Parse object to cli arguments. It does exactly the opposite of what minimist does.
Installation
npm install negative
Example
;// simple// return `entry.js dist.js --verbose -o output.js --no-quiet`;// with a command prefix// return `mocha test.js --require babel-core/registry`;
License
MIT © EGOIST