Skip to content

zfben/zsh-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zsh-npm

Version License

A zsh plugin for using n as npm aliases with noglob prefix and more.

Alias Command
n noglob npm
ni noglob npm install
nu noglob npm update
nr noglob npm run
ne noglob npm exec
nb noglob npm run build
nd noglob npm run dev
nt noglob npm run test
ns noglob npm run start
nl noglob npm run lint
no noglob npm outdated
nci noglob npm ci

Install

Manual

git clone --depth=1 https://github.com/zfben/zsh-npm.git ~/.zsh-npm
echo 'source ~/.zsh-npm/zsh-npm.plugin.zsh' >>~/.zshrc

Using oh-my-zsh

Execute git clone --depth=1 https://github.com/zfben/zsh-npm.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-npm. Add zsh-npm into plugins array in .zshrc

About

A zsh plugin for using `n` as `npm` aliases with `noglob` prefix and more.

Resources

License

Stars

Watchers

Forks

Languages