Javascript Command Line Options for Node.js
Posted: April 9th, 2010 | Author: Joey | Filed under: Coding | Tags: javascript, node.js | 6 Comments »I have recently been playing with node.js. If you haven’t read about it yet, I recommend you do and that you try it out. I wrote a small app using it and hopefully I’ll get around to writing some articles about that application. In the meantime, I’m releasing a library I wrote for parsing command line options in javascript. This library will work with node.js.
The repository at bitbucket contains examples, so I’m not going to write much about the library here except to say to go here and get it! Let me know if you find it useful and post any bugs you find to the issue tracker.
Bitbucket Repository: http://www.bitbucket.org/mazzarelli/js-opts
js-opts Releases: http://www.bitbucket.org/mazzarelli/js-opts/downloads/


Recent Comments