This commit is contained in:
Daniel Pötzinger
2018-05-22 15:17:55 +02:00
parent eb040f5d61
commit 58984efdc3
53 changed files with 0 additions and 0 deletions

11
radar/2018-01-01/yarn.md Normal file
View File

@@ -0,0 +1,11 @@
---
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.