AI directory
d

Development

58 links · 32 subcategories

This category features a collection of resources for software engineering, including technical documentation, development tools, and programming communities. Users can access repositories for scripts, support tables for web technologies, and platforms for finding professional development expertise.

AI-written category overview

Package Managers in Development

4 links
9/10
Package Managers · Tool· 5 days ago
pnpm: Fast, disk space efficient package manager pnpm.io

pnpm is an alternative package manager for Node.js projects that prioritizes speed and disk space efficiency through a unique content-addressable storage system. It offers robust monorepo support and enhanced security features to protect against supply chain vulnerabilities.

#javascript#nodejs
Visit ↗
10/10
Package Managers · Reference· 6 days ago
PyPI: The Python Package Index pypi.org

The Python Package Index (PyPI) is the primary software repository for the Python programming language. It enables developers to find, install, and distribute third-party Python packages.

#python#software
Visit ↗
Package Managers · Tool· 6 days ago
npm: The Node Package Manager npmjs.com

npm is the official package manager for the Node.js JavaScript runtime environment. It provides a vast registry for sharing and reusing code packages, as well as command-line tools to manage project dependencies.

#javascript#nodejs
Visit ↗