Files
website/docs/tutorial/en/02-preparing/package-manager.md
2024-01-11 12:23:50 -06:00

604 B

title
title
Choosing a package manager

import GuideFeedback from "../../../../src/components/GuideFeedback";

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:

For this tutorial, we'll be using NPM, to keep it simple.