underscore-cli
underscore-cli copied to clipboard
Feature Request: node module
I like what you have done with this library, it's great for node cli. Have you put any thought into allowing this to be a module within node that one can call with require? I would love to use some of these features within my web app (server side, not browser) for JSON.
Karnith
This is essentially a CLI for the underscore module, which is a standard module (that works in both the browser and Node). Almost all of the commands in underscore-cli come from underscore, but underscore can be used programmatically.