From 185a48b31b2a1c354c0a911242de0036c2ddd6f9 Mon Sep 17 00:00:00 2001 From: Martin DONADIEU Date: Mon, 6 Mar 2023 03:30:55 +0800 Subject: [PATCH] Add package manager section (#1224) --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index d265d51..01142ed 100644 --- a/readme.md +++ b/readme.md @@ -184,6 +184,7 @@ - [Weird](#weird) - [Serialization](#serialization) - [Miscellaneous](#miscellaneous) +- [Package Manager](#package-manager) - [Resources](#resources) - [Tutorials](#tutorials) - [Discovery](#discovery) @@ -859,6 +860,12 @@ - [editly](https://github.com/mifi/editly) - Declarative video editing API. - [wild-wild-path](https://github.com/ehmicky/wild-wild-path) - Object property paths with wildcards and regexes. +## Package Manager + +- [npm](https://docs.npmjs.com/about-npm) - The default package manager. +- [pnpm](https://pnpm.io) - Disk space efficient package manager. +- [yarn](https://yarnpkg.com) - Alternative package manager. + ## Resources ### Tutorials