Notes

ยฉ floguo 2025. v3.3.0 ยท changelog ยท ยท rss

12-12-2025

ELI5

Package Managers (npm, pnpm, yarn)

  • A package is reusable code imported into a project.
    • Examples of packages: work with dates in JS โ†’ date-fns, building UI โ†’ react
    • Packages are imported as folders, package.json describes its metadata: name version, author, etc