index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
npm
/
npm.plugin.zsh
Age
Commit message (
Expand
)
Author
2023-10-28
feat(npm): add alias for `npm run build` (#12012)
Sarah Noor
2023-04-20
feat(npm): add `npmrd` alias (#11627)
Nathanial Spearing
2022-10-24
fix(npm): ignore `rm` alias (#11222)
Zhong Ruoyu
2021-12-29
feat(npm): toggle `npm install` / `npm uninstall` by pressing F2 twice (#9717)
Alex Matheson
2021-04-25
feat(npm): add aliases for `npm search` and `npm info` (#9365)
Sherwin Heydarbeygi
2021-04-25
feat(npm): add alias for `npm update` (#9442)
Petr Rajtslegr
2021-04-25
feat(npm): add alias for `npm i -f` (#8454)
Mauro Porras
2020-02-25
npm: hardcode completion function and delete cached one (#8679)
Marc Cornellà
2018-07-01
Stop error "permission denied: /npm_completion" (#6340)
Alexandre Nicastro
2018-04-15
npm init (#6648)
Erwan ROUSSEL
2017-11-04
Improved npm aliases: run, publish (#6354)
Athaher Sirnaik
2016-09-19
missing listing and versions (#5341)
Fabián Ríos
2016-09-10
npm: unset NPM_COMPLETION_FILE variable
Marc Cornellà
2016-09-10
npm: only source npm completion cache if file exists
Marc Cornellà
2016-09-10
npm: quiet error output of npm completion
Marc Cornellà
2016-08-24
Properly fix npm completion source
Marc Cornellà
2016-08-23
npm: only load completion if npm exists
Marc Cornellà
2016-08-22
Create and cache npm completion on first run
Philipp Wahala
2016-08-12
add npm aliases (#5290)
Aaron Decker
2016-03-24
[feature/npm-outdated]
Antonis Karamitros @antouank
2015-09-30
Remove broken link and move npmg alias position
Xavier Haniquaut
2015-09-29
Add alias for npm global install
Xavier Haniquaut
2015-08-11
Changes quotes so that path will be set appropriately on multiple runs
Ahmed Hisham Ismail
2015-08-05
Removes unnecessary single quotes
Ahmed Hisham Ismail
2015-08-03
Adds npmE alias
Ahmed Hisham Ismail
2015-03-11
Use camelCase for npm aliases
James Womack
2015-02-12
Add convenience aliases for installation of npm modules
James Womack
2011-06-01
Replaced npm 0.x completion with 1.0 completion.
Sorin Ionescu
2011-04-20
Remove fpath/compinit code from github and npm plugins
Pat Regan
2011-04-12
Added npm plugin.
Sorin Ionescu