tsd icon indicating copy to clipboard operation
tsd copied to clipboard

tsd install should install every definition listed in `tsd.json`

Open mvidailhet opened this issue 10 years ago • 5 comments

With npm and bower you just need to specify "install" to install everything listed in their configuration file. I think tsd should behave the same way to avoid confusing the user.

I searched a long time before finding the right command to do what I wanted:

tsd reinstall -s

It should install the modules listed in the configuration, but also creates the tsd.d.ts if it does not exists.

mvidailhet avatar Jan 15 '15 14:01 mvidailhet

:+1:

dduugg avatar Jan 19 '15 19:01 dduugg

Yes ! That would be so much easier. In addition it will reduce learning curve for new users.

sandorfr avatar Jan 20 '15 14:01 sandorfr

:+1:

eps90 avatar Mar 15 '15 18:03 eps90

I started it here https://github.com/Diullei/tsd/commit/4671696899fb089340d652c10d41189693cbed84

Diullei avatar Jun 10 '15 12:06 Diullei

+!

un33k avatar Jun 16 '15 02:06 un33k