DefinitelyTyped / tsd

[DEPRECATED] TypeScript Definition manager for DefinitelyTyped
Apache License 2.0
1.12k stars 135 forks source link

Offline type definition installation from cache #168

Open adityapurwa opened 9 years ago

adityapurwa commented 9 years ago

I have a very limited internet connection. So, I think it would be great if TSD support offline definition installation from the existing global cache directory.

Bower support offline installation using the -o options. It would be great if TSD have the same feature.

timbru31 commented 9 years ago

Yesterday we had build problems due to a power outage and internet outage. Running Maven with the offline option (-o) worked but tsd tried to connect to github.com nevertheless. (and therefore the build failed) It would be nice if tsd would support an offline flag like Maven or Bower do. Thanks, Tim