underscore-cli icon indicating copy to clipboard operation
underscore-cli copied to clipboard

Feature Request: node module

Open Karnith opened this issue 11 years ago • 1 comments

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

Karnith avatar Feb 12 '14 20:02 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.

JoshOldenburg avatar Jun 01 '14 00:06 JoshOldenburg