From 3075d659ca0598e67128155a6ac33b6af1dbbac3 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 17 Aug 2018 10:56:24 +0300 Subject: [PATCH] Add Yarn --- glossary/Yarn.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/Yarn.md diff --git a/glossary/Yarn.md b/glossary/Yarn.md new file mode 100644 index 000000000..80654731a --- /dev/null +++ b/glossary/Yarn.md @@ -0,0 +1,4 @@ +### Yarn + +Yarn is a package manager for the JavaScript programming language. +It is an alternative to the npm package manager and is compatible with the public npm registry.