There isn't any documentation on how this module should work, and it doesn't comply with the expected CommonJS or AMD methods so I'm unsure how to utilize this library.
Requiring it causes unhandled 'error' events, but examining the source shows it expects a process.argv[2] to be a file path? So is this a command line utility? Is it a node.js library? how do I use this thing?
There isn't any documentation on how this module should work, and it doesn't comply with the expected CommonJS or AMD methods so I'm unsure how to utilize this library.
Requiring it causes
unhandled 'error' events, but examining the source shows it expects aprocess.argv[2]to be a file path? So is this a command line utility? Is it a node.js library? how do I use this thing?