npm install argparser-jsA direct port of argparser-hs to javascript. Need this for my darkness bot. Takes a string and turns it into an "argv" (array of string arguments).
When you need to parse a string into an array of strings. For example, parsing a string on irc into "command line arguments" to be processed by some module.
see examples/main.js & test/index.spec.js
````
node examples/main.js
npm test