ddopson / underscore-cli

Command-line utility-belt for hacking JSON and Javascript.
Other
1.72k stars 83 forks source link

Feature Request: node module #25

Open Karnith opened 10 years ago

Karnith commented 10 years ago

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

JoshOldenburg commented 10 years ago

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.