@gypsy-js/options
v1.0.0-beta.9
Published
Parse process.argv as a structured object.
Maintainers
Readme
@gypsy-js/options
Parse process.argv as a structrured object.
import * as options from '@gypsy-js/options'
console.log(JSON.stringify(options.parse(process.argv), null, 2));