Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 942 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 942 Bytes

Merino - a simple way to warm up your Yarn cache

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