kevva / download

Download and extract files
MIT License
1.28k stars 200 forks source link

cache downloaded resource? #194

Open gera2ld opened 4 years ago

gera2ld commented 4 years ago

Can the downloaded resources be cached? Otherwise we have to redownload them every time on npm install since many packages depend on this library. This is terrible in areas with poor network connection.

gera2ld commented 4 years ago

Maybe kevva/bin-wrapper#73 is a better idea.

Update: Just added #195 to support mirrors, without breaking earlier versions.