Update yarn.md

This commit is contained in:
Roland Edwards, AOE GmbH
2018-05-16 17:00:20 +02:00
committed by Daniel Pötzinger
parent dfb4c10857
commit c8b81cdecc

View File

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