Package Management Utilities
Command directory for Package Management tools and utilities.
npm
NPM package-lock only option validates and updates the lock file while preserving dependencies.
nix
nix registry pin ensures that the specific Nixpkgs revision is locked for builds.
nix-env
Command to fetch usage help for context-specific options within nix-env.
nala
8+ nala commands with exact syntax, verified examples, and copyable terminal workflows for package management tasks.
nest
Displays help documentation and command options for Nest CLI.
nvm
NVM (Node Version Manager) allows for managing multiple versions of Node.js on a single machine.
nimble
Nimble installs and manages packages for efficient Nim development.
nix-collect-garbage
`nix-collect-garbage` is a command to streamline unrecoverable remnants in the Nix store, optimizing disk usage for environments.
nix-store
Examines dependencies of a specified Nix store path in a structured tree format for detailed analysis.
netselect-apt
4+ netselect-apt commands with exact syntax, verified examples, and copyable terminal workflows for package management tasks.
npm-check
npm-check is a command line tool that checks your package.json for outdated, incorrect, and unused dependencies.
nix-channel
`nix-channel` is a command-line tool for managing Nix channels, allowing users to fetch and update package repositories.
npm-home
Direct access to the Yarn package information facilitates interactions for Yarn users.
npm-name
Command to find similar package names in the npm repository, preventing namespace conflicts and improving discoverability.
npm-rb
1+ npm-rb commands with exact syntax, verified examples, and copyable terminal workflows for package management tasks.
npm-why
Monitors package installation dependencies, used for assessing why a package is included in the dependency tree.
npx
npx allows executing binaries from npm packages without installing them globally, helping avoid clutter and version conflicts.