yeoman / configstore

Easily load and persist config without having to think about where and how
BSD 2-Clause "Simplified" License
868 stars 57 forks source link

Question: any equivalent tool for caching data? #59

Closed callumlocke closed 6 years ago

callumlocke commented 6 years ago

Is there any similar tool or convention for saving cached data instead of configuration?

For example, in a CLI that sometimes downloads stuff from the internet in response to user input... is there any standard location for caching downloaded things to speed up the next run? Or is the convention just to put them in a new hidden folder in the root of the home dir?