just-args

1.0.0 • Public • Published

just-args

really, nothing special, just a cleaned up process.argv

// usage
var args = require('just-args');

// C:\\folder\node.exe file.js a b c
// ~/node/bin/node file.js a b c
// node file.js a b c
// ./file.js a b c
console.log(args); // ['a', 'b', 'c']

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i just-args

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • webreflection