Files
TechRadarAJR/radar/2018-03-01/yarn.md
2018-05-23 13:51:50 +02:00

12 lines
480 B
Markdown

---
title: "Yarn"
ring: trial
quadrant: tools
---
Yarn is a dependency management tool for frontend (node) projects similar to npm. It also uses the npm registry and
infrastructure. According to Yarn, the benefits are that Yarn is much faster, automatically writes a .lock file and
builds up a local cache to be even faster when installing packages again.
At AOE, we started using Yarn in different projects to evaluate if we can switch to Yarn for all projects.