dominictarr / npmd

MIT License
450 stars 37 forks source link

Support for installing from a package.json? #11

Open SlexAxton opened 11 years ago

SlexAxton commented 11 years ago

This is more of a question than a request. Is it possible to use npmd to do a npm install with no arguments? If not, is there a reason for this, or would it be a worthy thing to add?

Thanks! So. Fast.

dominictarr commented 11 years ago

That is on the todo list, (as well as --save / --save-dev) I've just been busy with other work recently!

SlexAxton commented 11 years ago

Great! It was just breaking my mental model because I thought it was intentionally missing. Happy to close this out, but it may serve as a good note to other wonderers.

dominictarr commented 11 years ago

I'll close it when I add those features.

matthewhadley commented 11 years ago

+1 to this. In the meantime I've created a wrapper to npmd at https://github.com/diffsky/npmdall

lxe commented 10 years ago

:+1:

jmonster commented 10 years ago

@diffsky why not make a PR directly to this project instead?