1.0.0-beta.9 • Published 2 years ago

@gypsy-js/options v1.0.0-beta.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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));