Skip to content

aethant/merino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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