A CLI wrapper for npm with shortcuts and tab completion
npm install npm-alias-cliA lightweight CLI wrapper for npm with shortcuts and tab completion.
``bash`
npm install -g npm-alias-cli
n completion install
source ~/.zshrc
To use a custom alias (e.g., np instead of n):
`bash`
git clone https://github.com/bhawanishiv/npm-alias-cli.git
cd npm-alias-cli
npm install
./setup.sh np
source ~/.zshrc
| Command | Description |
|---------|-------------|
| n | Show help |n
|