args-simple

1.0.12 • Public • Published

Returns two objects

node xx.js a=hello b=你好 c
module.exports = {
  args: {
    a: 'hello',
    b: '你好',
    c: true
  },
  systemArgs: process.argv.slice(0, 2)
}

Readme

Keywords

Package Sidebar

Install

npm i args-simple

Weekly Downloads

4

Version

1.0.12

License

ISC

Unpacked Size

1.48 kB

Total Files

3

Last publish

Collaborators

  • xiaomactx