- Notifications
You must be signed in to change notification settings - Fork1
Plugin for aliases and completions for pnpm package manager.
License
NotificationsYou must be signed in to change notification settings
empresslabs/pnpm.plugin.zsh
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Plugin for aliases and completions forpnpm package manager.
git clone https://github.com/empresslabs/pnpm.plugin.zsh.git$ZSH_CUSTOM/plugins/pnpm~/.zshrcplugins=(... pnpm)zinit light empresslabs/pnpm.plugin.zsh
zi light empresslabs/pnpm.plugin.zsh
zgenom load empresslabs/pnpm.plugin.zsh
zplug empresslabs/pnpm.plugin.zsh
zstyle":empresslabs:pnpm:completion" legacy-completion yesAdd this line to your~/.zshrc file to use the plugin-defined completions. If you prefer to use pnpm's built-in completions, remove this line.
| Alias | Command | Description |
|---|---|---|
| pn | pnpm | Thepnpm command |
| pnx | pnpm dlx | Fetch a package, load it and run command |
| pna | pnpm add | Install a package in dependencies (package.json) |
| pnad | pnpm add --save-dev | Install a package in devDependencies (package.json) |
| pnap | pnpm add --save-peer | Install a package in peerDependencies (package.json) |
| pnb | pnpm run build | Run the build script defined inpackage.json |
| pnd | pnpm run dev | Run the dev script defined inpackage.json |
| pnga | pnpm add --global | Install packages globally on your operating system |
| pngls | pnpm list --global | Lists global installed packages |
| pngrm | pnpm remove --global | Remove global installed packages from your OS |
| pngu | pnpm update --global | Upgrade packages installed globally to their latest version |
| pnh | pnpm help | Show help for apnpm command |
| pnau | pnpm audit | Checks for known security issues with the installed packages |
| pnwhy | pnpm why | Shows the packages that depend on given package |
| pni | pnpm init | Interactively creates or updates apackage.json file |
| pnin | pnpm install | Install dependencies defined inpackage.json |
| pnun | pnpm uninstall | Uninstall dependencies defined inpackage.json |
| pnln | pnpm run lint | Run the lint script defined inpackage.json |
| pndoc | pnpm run doc | Run the doc script defined inpackage.json |
| pnls | pnpm list | List installed packages |
| pnout | pnpm outdated | Check for outdated package dependencies |
| pnrm | pnpm remove | Remove installed packages |
| pnrun | pnpm run | Run a defined package script |
| pns | pnpm run serve | Start the dev server |
| pnst | pnpm start | Run the start script defined inpackage.json |
| pnt | pnpm test | Run the test script defined inpackage.json |
| pntc | pnpm test --coverage | Run the test script defined inpackage.json with coverage |
| pnui | pnpm update --interactive | Prompt for which outdated packages to upgrade |
| pnuil | pnpm update --interactive --latest | Prompt for which outdated packages to upgrade to the latest available version |
| pnup | pnpm update | Upgrade packages to their latest version |
| pnsv | pnpm server | Manage apnpm store server |
| pnpub | pnpm publish | Publishes a package to the registry |
| pnset | pnpm setup | Sets up pnpm |
This project is licensed under the MIT License - see theLICENSE file for details.
About
Plugin for aliases and completions for pnpm package manager.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.