Package Manager
A package manager is a tool that automates installing, upgrading, configuring, and removing software packages and their dependencies for a programming language, framework, or operating system.
5 resources across 1 library
Glossary Terms(5)
Package Manager
A package manager is a tool that automates installing, upgrading, configuring, and removing software packages and their dependencies for a programming language…
Semantic Versioning
Semantic versioning (SemVer) is a versioning convention that uses a three-part number, MAJOR.MINOR.PATCH, to communicate what kind of changes a new software re…
Monorepo
A monorepo is a source-control strategy in which multiple distinct projects, services, or packages are stored together in a single repository rather than split…
npm Registry
The npm Registry is the default public database of JavaScript and Node.js packages that the npm command-line tool downloads from when installing project depend…
PyPI
PyPI (the Python Package Index) is the official public repository of software packages for the Python programming language, used by the pip package installer t…