docs: Removed dgs, added pnpm, updated graphql

This commit is contained in:
Axel Sammet
2023-02-08 15:24:44 +01:00
committed by Bastian
parent 93b250abb1
commit 2666d22f40
3 changed files with 46 additions and 0 deletions

12
radar/2022-10-12/pnpm.md Normal file
View File

@@ -0,0 +1,12 @@
---
title: "pnpm"
ring: assess
quadrant: tools
featured: true
---
[pnpm](https://pnpm.io/motivation) is an alternative tool to manage your frontend dependencies. Unlike yarn 1 it manages all packages in a central place and
creates symbolic links only inside the npm_modules of a project. This results in considerably less usage of disk space and reduces build-times, when a package
is already available.
Additionally a cache server can be setup and used during pipeline builds to decrease network traffic and build times.