Package Manager
↔ Dev tool to auto install/update/remove Package & Deps
Package
archived file format, typically including a Manifest (ie package.json
)
References
npm
↔ Package Manager CLI Dev tool to access/manage Module from npmjspnpm
↔ Package Manager to minimize disk space via Symbolic Links . !shit not worth it!!yarn
↔ Package Manager, faster thannpm
, more reliable for old projects, prettier CLI ASCII art UI, by FB. Update: it's better than npm for sure!