Zsh Plugin: NPM

Today

Description

Extensive aliases and autocompletion for npm commands, significantly reducing typing and improving package management productivity.
GitHub

Essential Commands

Advanced Commands

Usage Examples

# Package installation
npmS express          # Install express and save
npmD nodemon          # Install as dev dependency
npmg typescript       # Install globally
 
# Project management
npmst                 # Start application
npmt                  # Run tests
npmrd                 # Start dev server
 
# Maintenance
npmO                  # Check outdated packages
npmU                  # Update all packages