Explicitly marked empty files content as "TBD"

This commit is contained in:
Bernhard Behrendt
2018-05-02 09:05:41 +02:00
parent c65a000166
commit 2032e0dfe7
20 changed files with 37 additions and 54 deletions

View File

@@ -4,6 +4,8 @@ ring: trial
quadrant: tools
---
Yarn is 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 an local cache to be even faster when installing packages again.
Yarn is 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 an 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.