summaryrefslogtreecommitdiff
path: root/plugins/npm
AgeCommit message (Collapse)Author
2023-10-28feat(npm): add alias for `npm run build` (#12012)Sarah Noor
Closes #12010
2023-04-20feat(npm): add `npmrd` alias (#11627)Nathanial Spearing
2022-10-24fix(npm): ignore `rm` alias (#11222)Zhong Ruoyu
2021-12-29feat(npm): toggle `npm install` / `npm uninstall` by pressing F2 twice (#9717)Alex Matheson
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-12-01chore: fix spelling errors across the project (#10459)Josh Soref
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-04-25feat(npm): add aliases for `npm search` and `npm info` (#9365)Sherwin Heydarbeygi
2021-04-25feat(npm): add alias for `npm update` (#9442)Petr Rajtslegr
2021-04-25feat(npm): add alias for `npm i -f` (#8454)Mauro Porras
As documented in the README, `npm i -f` forces npm to install the specified packages from a remote package registry, even if local copies exist on disk caches.
2020-03-11Clean up plugin READMEs and a few pluginsMarc Cornellà
- fasd - history - mercurial - pylint - repo - yii2
2020-02-25npm: hardcode completion function and delete cached one (#8679)Marc Cornellà
Fixes #8665
2018-07-01Stop error "permission denied: /npm_completion" (#6340)Alexandre Nicastro
Fixes #5874 Related: https://github.com/lukechilds/zsh-nvm/issues/23 https://github.com/zsh-users/antigen/issues/586
2018-05-26Npm's plugin documentation (#6864)Erwan ROUSSEL
* Documentation for Npm plugin added * Fix style and add alias descriptions
2018-04-15npm init (#6648)Erwan ROUSSEL
2017-11-04Improved npm aliases: run, publish (#6354)Athaher Sirnaik
2016-09-19missing listing and versions (#5341)Fabián Ríos
versions is missing list is missing
2016-09-10npm: unset NPM_COMPLETION_FILE variableMarc Cornellà
2016-09-10npm: only source npm completion cache if file existsMarc Cornellà
2016-09-10npm: quiet error output of npm completionMarc Cornellà
2016-08-24Properly fix npm completion sourceMarc Cornellà
Problem introduced in 136a834.
2016-08-23npm: only load completion if npm existsMarc Cornellà
2016-08-22Create and cache npm completion on first runPhilipp Wahala
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
2016-08-12add npm aliases (#5290)Aaron Decker
2016-03-24[feature/npm-outdated]Antonis Karamitros @antouank
- add alias for "npm outdated" to check outdated npm modules
2015-09-30Remove broken link and move npmg alias positionXavier Haniquaut
2015-09-29Add alias for npm global installXavier Haniquaut
2015-08-11Changes quotes so that path will be set appropriately on multiple runsAhmed Hisham Ismail
2015-08-05Removes unnecessary single quotesAhmed Hisham Ismail
2015-08-03Adds npmE aliasAhmed Hisham Ismail
Option to execute a command from node_modules folder
2015-03-11Use camelCase for npm aliasesJames Womack
2015-02-12Add convenience aliases for installation of npm modulesJames Womack
2011-06-01Replaced npm 0.x completion with 1.0 completion.Sorin Ionescu
2011-04-20Remove fpath/compinit code from github and npm pluginsPat Regan
2011-04-12Added npm plugin.Sorin Ionescu