inline-env

1.0.1 • Public • Published

simple inline arg parser for node

node index.js foo=bar
import 'argenv';
console.log(process.env.foo)
// bar

or commonjs

require('argenv');
console.log(process.env.foo)
// bar

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i inline-env

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

1.94 kB

Total Files

8

Last publish

Collaborators

  • abschill