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']

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i just-args

      Weekly Downloads

      1

      Version

      1.0.0

      License

      none

      Last publish

      Collaborators

      • webreflection