Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pnpm.plugin.zshpnpm.plugin.zsh

Plugin for aliases and completions forpnpm package manager.

Installation

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

Settings

Use plugin-defined completions or pnpm's built-in completions

zstyle":empresslabs:pnpm:completion" legacy-completion yes

Add 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.

Aliases

AliasCommandDescription
pnpnpmThepnpm command
pnxpnpm dlxFetch a package, load it and run command
pnapnpm addInstall a package in dependencies (package.json)
pnadpnpm add --save-devInstall a package in devDependencies (package.json)
pnappnpm add --save-peerInstall a package in peerDependencies (package.json)
pnbpnpm run buildRun the build script defined inpackage.json
pndpnpm run devRun the dev script defined inpackage.json
pngapnpm add --globalInstall packages globally on your operating system
pnglspnpm list --globalLists global installed packages
pngrmpnpm remove --globalRemove global installed packages from your OS
pngupnpm update --globalUpgrade packages installed globally to their latest version
pnhpnpm helpShow help for apnpm command
pnaupnpm auditChecks for known security issues with the installed packages
pnwhypnpm whyShows the packages that depend on given package
pnipnpm initInteractively creates or updates apackage.json file
pninpnpm installInstall dependencies defined inpackage.json
pnunpnpm uninstallUninstall dependencies defined inpackage.json
pnlnpnpm run lintRun the lint script defined inpackage.json
pndocpnpm run docRun the doc script defined inpackage.json
pnlspnpm listList installed packages
pnoutpnpm outdatedCheck for outdated package dependencies
pnrmpnpm removeRemove installed packages
pnrunpnpm runRun a defined package script
pnspnpm run serveStart the dev server
pnstpnpm startRun the start script defined inpackage.json
pntpnpm testRun the test script defined inpackage.json
pntcpnpm test --coverageRun the test script defined inpackage.json with coverage
pnuipnpm update --interactivePrompt for which outdated packages to upgrade
pnuilpnpm update --interactive --latestPrompt for which outdated packages to upgrade to the latest available version
pnuppnpm updateUpgrade packages to their latest version
pnsvpnpm serverManage apnpm store server
pnpubpnpm publishPublishes a package to the registry
pnsetpnpm setupSets up pnpm

License

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

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp