dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

Minimize lodash dependencies #2

Closed Downchuck closed 9 years ago

Downchuck commented 9 years ago

It looks like only a few methods from lodash are in use; the library is available in modular form: https://www.npmjs.com/browse/keyword/lodash-modularized

dthree commented 9 years ago

Yeah - was thinking about doing that. Will do.

BTW, this is a pretty simple fix. Do you think you'd have a chance to do a PR on this? That'd be very helpful.

Downchuck commented 9 years ago

I think I can get that handled.

dthree commented 9 years ago

Grt!

dthree commented 9 years ago

Okay this is dumb. I didn't realize I used so many lodash functions: as each sub-module comes with the overhead of a readme, license, etc. the total size ended up greater than importing lodash by itself.

:(