Skip to content

kuroikyu/omz-plugin-pnpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OMZ Plugin for PNPM

Just a bunch of helpful aliases for pnpm.

How to use

  1. Clone the repo
$ git clone https://github.com/kuroikyu/omz-plugin-pnpm.git $ZSH/custom/plugins/pnpm
  1. Add pnpm to the array of plugins in your zshrc file
plugins=(
    ...
    pnpm
)

Aliases

Alias Command
p pnpm
pa pnpm add
pad pnpm add --save-dev
pag pnpm add --global
prm pnpm remove
pu pnpm update
pui pnpm update --interactive
puil pnpm update --interactive --latest
pi pnpm install
pd pnpm dev
pb pnpm build
ps pnpm serve
pst pnpm start
pt pnpm test
pls pnpm list
pout pnpm outdated
px pnpm dlx
pcr pnpm create
penv pnpm env
pipd pnpm install && pnpm dev
pbps pnpm build && pnpm start