vladislav doster
1d09c6bb0a
style: remove trailing whitespace ( #12303 )
2 years ago
Sarah Noor
38c01a235f
feat(npm): add alias for `npm run build` ( #12012 )
...
Closes #12010
2 years ago
Nathanial Spearing
91c7ed45a3
feat(npm): add `npmrd` alias ( #11627 )
3 years ago
Zhong Ruoyu
bb8a0aa2c1
fix(npm): ignore `rm` alias ( #11222 )
3 years ago
Alex Matheson
ce9104c4f3
feat(npm): toggle `npm install` / `npm uninstall` by pressing F2 twice ( #9717 )
...
Co-authored-by: Marc Cornellà <hello@mcornella.com>
4 years ago
Josh Soref
0e41181d54
chore: fix spelling errors across the project ( #10459 )
...
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
4 years ago
Sherwin Heydarbeygi
7ed8888c5b
feat(npm): add aliases for `npm search` and `npm info` ( #9365 )
5 years ago
Petr Rajtslegr
32532c149a
feat(npm): add alias for `npm update` ( #9442 )
5 years ago
Mauro Porras
1cc15ca3c2
feat(npm): add alias for `npm i -f` ( #8454 )
...
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.
5 years ago
Marc Cornellà
610b2529d2
Clean up plugin READMEs and a few plugins
...
- fasd
- history
- mercurial
- pylint
- repo
- yii2
6 years ago
Marc Cornellà
609890847d
npm: hardcode completion function and delete cached one ( #8679 )
...
Fixes #8665
6 years ago
Alexandre Nicastro
af085542bd
Stop error "permission denied: /npm_completion" ( #6340 )
...
Fixes #5874
Related:
https://github.com/lukechilds/zsh-nvm/issues/23
https://github.com/zsh-users/antigen/issues/586
8 years ago
Erwan ROUSSEL
8bbef9180e
Npm's plugin documentation ( #6864 )
...
* Documentation for Npm plugin added
* Fix style and add alias descriptions
8 years ago
Erwan ROUSSEL
a8f3b374d8
npm init ( #6648 )
8 years ago
Athaher Sirnaik
d29784e1ae
Improved npm aliases: run, publish ( #6354 )
8 years ago
Fabián Ríos
83765bf3f7
missing listing and versions ( #5341 )
...
versions is missing list is missing
10 years ago
Marc Cornellà
b70842bae4
npm: unset NPM_COMPLETION_FILE variable
10 years ago
Marc Cornellà
76924b7f5f
npm: only source npm completion cache if file exists
10 years ago
Marc Cornellà
2a44527ac3
npm: quiet error output of npm completion
10 years ago
Marc Cornellà
4f15bd15e5
Properly fix npm completion source
...
Problem introduced in 136a834 .
10 years ago
Marc Cornellà
136a83433a
npm: only load completion if npm exists
10 years ago
Philipp Wahala
7c1ca0e4d8
Create and cache npm completion on first run
...
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
10 years ago
Aaron Decker
0181fe4970
add npm aliases ( #5290 )
10 years ago
Antonis Karamitros @antouank
097cc70f7b
[feature/npm-outdated]
...
- add alias for "npm outdated" to check outdated npm modules
10 years ago
Xavier Haniquaut
f9c16f940e
Remove broken link and move npmg alias position
11 years ago
Xavier Haniquaut
df80081e9b
Add alias for npm global install
11 years ago
Ahmed Hisham Ismail
dcd95dd223
Changes quotes so that path will be set appropriately on multiple runs
11 years ago
Ahmed Hisham Ismail
269ae84c9b
Removes unnecessary single quotes
11 years ago
Ahmed Hisham Ismail
e1353fce3c
Adds npmE alias
...
Option to execute a command from node_modules folder
11 years ago
James Womack
c58c623305
Use camelCase for npm aliases
11 years ago
James Womack
6967393fe6
Add convenience aliases for installation of npm modules
11 years ago
Sorin Ionescu
5aa6b0fae5
Replaced npm 0.x completion with 1.0 completion.
15 years ago
Andrew Hodges
1e3b441ce7
Rollback of Pull #366
...
sorin-ionescu had some good points.
15 years ago
Andrew Hodges
d72b9c5ec5
Node.js Helpers
...
Add helper function to open node api in browser. Add binaries installed via
npm to path. Tell node where to find things (what things?).
15 years ago
Pat Regan
886af72125
Remove fpath/compinit code from github and npm plugins
15 years ago
Sorin Ionescu
f928228382
Added npm plugin.
15 years ago