mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-24 04:18:13 -08:00
Add package manager section (#1224)
This commit is contained in:
@@ -184,6 +184,7 @@
|
|||||||
- [Weird](#weird)
|
- [Weird](#weird)
|
||||||
- [Serialization](#serialization)
|
- [Serialization](#serialization)
|
||||||
- [Miscellaneous](#miscellaneous)
|
- [Miscellaneous](#miscellaneous)
|
||||||
|
- [Package Manager](#package-manager)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
- [Tutorials](#tutorials)
|
- [Tutorials](#tutorials)
|
||||||
- [Discovery](#discovery)
|
- [Discovery](#discovery)
|
||||||
@@ -859,6 +860,12 @@
|
|||||||
- [editly](https://github.com/mifi/editly) - Declarative video editing API.
|
- [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.
|
- [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
|
## Resources
|
||||||
|
|
||||||
### Tutorials
|
### Tutorials
|
||||||
|
|||||||
Reference in New Issue
Block a user