mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-23 20:08:06 -08:00
Add package manager section (#1224)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user