Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.02 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.02 KB

Merino - a simple way to warm up your Yarn cache

Greenkeeper badge

Commitizen friendly Build Status

From the Yarn repo documentation:

Fast: Yarn caches every package it downloads so it never needs to download the same package again. It also parallelizes operations to maximize resource utilization so install times are faster than ever.

Having that in mind and inspiried by Kent C. Dodds' mention of the idea, Merino will allow you to prime your cache with a single module.

Install
 yarn add merino && yarn remove merino
Credits