mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
19 lines
604 B
Markdown
19 lines
604 B
Markdown
---
|
|
title: Choosing a package manager
|
|
---
|
|
import GuideFeedback from "../../../../src/components/GuideFeedback";
|
|
|
|
<!-- Rephrasing and title done by Ethan -->
|
|
|
|
A package manager is like a helper for your programs. It brings all the tools for your projects and makes sure they fit and work well together. It's like having someone organize things so you can work without problems.
|
|
|
|
The most used ones are:
|
|
- [npm](https://www.npmjs.com)
|
|
- [Yarn](https://yarnpkg.com)
|
|
- [pnpm](https://pnpm.io/)
|
|
|
|
For this tutorial, we'll be using **[NPM](https://www.npmjs.com)**, to keep it simple.
|
|
|
|
---
|
|
<GuideFeedback />
|