austinkelleher / nrd

Download directly from the npm registry without using the npm CLI 🤓
9 stars 3 forks source link

CLI: download multiple packages + package@[version|tag] shorthand #1

Open andrejewski opened 7 years ago

andrejewski commented 7 years ago

It seems like almost every day I have to write something like this:

nrd marko
nrd marko-devtools --version 0.0.1
nrd marko-prettyprint --tag love-muffin

I'd rather write:

nrd marko marko-devtools@0.0.1 marko-prettyprint@love-muffin

Please save my world. 🏆 forthcoming.

andreGarvin commented 6 years ago

I am working this issue I am going to send a PR later today and link it to this issue

@andrejewski