General
- Matt Goldwater. An Abbreviated History of JavaScript Package Managers. js in plain english, 12/2019.
NPM
Bundled with Node.js.
- Michael Wanyoike, Peter Dierx. A Beginner’s Guide to npm, the Node Package Manager. sitepoint, 2020.
- Zell Liew. How to Publish Packages That Can Be Used In Browsers and Node. freecodecamp, 5/2019.
Yarn
Overall provides some nice features NPM doesn’t have but the installation is a bit tricky.
- Official Yarn Repository – Stars: 39.8k – Updated: 1/2021 – Checked: 5/2021.
- Official Yarn Berry (2.x) Repository – Stars: 3.3k – Updated: 5/2021 – Checked: 5/2021.
- Jorge Ferreiro. Yarn Workspaces: Organize Your Project’s Codebase Like a Pro. smashing magazine, 7/2019.
Tooling
- Package Diff – “displays a diff between two versions of the same npm package.”