January 2012
1 post
TJ Holowaychuk: commander.js - nodejs command-line... →
tjholowaychuk:
Commander.js is a small node.js module allowing you to define options and interacte with the user’s terminal in a simple and natural way, inspired by the Ruby library of the same name.
Features
self-documenting code
auto-generated help
combined short flags (“-abc” == “-a -b -c”)
…