0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00
Commit graph

34 commits

Author SHA1 Message Date
vladislav doster
1d09c6bb0a
style: remove trailing whitespace (#12303) 2024-03-26 09:55:16 +01:00
Sarah Noor
38c01a235f
feat(npm): add alias for npm run build (#12012)
Closes #12010
2023-10-28 17:48:45 +02:00
Nathanial Spearing
91c7ed45a3
feat(npm): add npmrd alias (#11627) 2023-04-20 13:42:47 +02:00
Zhong Ruoyu
bb8a0aa2c1
fix(npm): ignore rm alias (#11222) 2022-10-24 12:07:12 +02:00
Alex Matheson
ce9104c4f3
feat(npm): toggle npm install / npm uninstall by pressing F2 twice (#9717)
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-12-29 14:12:52 +01:00
Josh Soref
0e41181d54
chore: fix spelling errors across the project (#10459)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-01 12:20:31 +01:00
Sherwin Heydarbeygi
7ed8888c5b
feat(npm): add aliases for npm search and npm info (#9365) 2021-04-25 19:08:51 +02:00
Petr Rajtslegr
32532c149a
feat(npm): add alias for npm update (#9442) 2021-04-25 19:07:25 +02:00
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.
2021-04-25 19:02:39 +02:00
Marc Cornellà
610b2529d2 Clean up plugin READMEs and a few plugins
- fasd
- history
- mercurial
- pylint
- repo
- yii2
2020-03-11 19:57:46 +01:00
Marc Cornellà
609890847d
npm: hardcode completion function and delete cached one (#8679)
Fixes #8665
2020-02-25 22:23:37 +01:00
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
2018-07-01 23:21:20 +02:00
Erwan ROUSSEL
8bbef9180e Npm's plugin documentation (#6864)
* Documentation for Npm plugin added

* Fix style and add alias descriptions
2018-05-26 22:22:22 +02:00
Erwan ROUSSEL
a8f3b374d8 npm init (#6648) 2018-04-15 19:54:42 +02:00
Athaher Sirnaik
d29784e1ae Improved npm aliases: run, publish (#6354) 2017-11-04 10:35:44 -07:00
Fabián Ríos
83765bf3f7 missing listing and versions (#5341)
versions is missing list is missing
2016-09-19 19:58:45 -07:00
Marc Cornellà
b70842bae4 npm: unset NPM_COMPLETION_FILE variable 2016-09-10 00:23:50 +02:00
Marc Cornellà
76924b7f5f npm: only source npm completion cache if file exists 2016-09-10 00:23:50 +02:00
Marc Cornellà
2a44527ac3 npm: quiet error output of npm completion 2016-09-10 00:23:50 +02:00
Marc Cornellà
4f15bd15e5 Properly fix npm completion source
Problem introduced in 136a834.
2016-08-24 00:13:24 +02:00
Marc Cornellà
136a83433a npm: only load completion if npm exists 2016-08-23 09:31:29 +02:00
Philipp Wahala
7c1ca0e4d8 Create and cache npm completion on first run
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
2016-08-22 16:17:34 +02:00
Aaron Decker
0181fe4970 add npm aliases (#5290) 2016-08-12 20:49:42 -07:00
Antonis Karamitros @antouank
097cc70f7b [feature/npm-outdated]
- add alias for "npm outdated" to check outdated npm modules
2016-03-24 07:28:26 +00:00
Xavier Haniquaut
f9c16f940e Remove broken link and move npmg alias position 2015-09-30 16:42:46 +02:00
Xavier Haniquaut
df80081e9b Add alias for npm global install 2015-09-29 10:20:55 +02:00
Ahmed Hisham Ismail
dcd95dd223 Changes quotes so that path will be set appropriately on multiple runs 2015-08-11 02:56:49 +02:00
Ahmed Hisham Ismail
269ae84c9b Removes unnecessary single quotes 2015-08-05 02:49:20 +02:00
Ahmed Hisham Ismail
e1353fce3c Adds npmE alias
Option to execute a command from node_modules folder
2015-08-03 22:06:33 +02:00
James Womack
c58c623305 Use camelCase for npm aliases 2015-03-11 14:20:47 -07:00
James Womack
6967393fe6 Add convenience aliases for installation of npm modules 2015-02-12 23:19:43 -08:00
Sorin Ionescu
5aa6b0fae5 Replaced npm 0.x completion with 1.0 completion. 2011-06-01 20:22:36 -04:00
Pat Regan
886af72125 Remove fpath/compinit code from github and npm plugins 2011-04-20 01:30:52 -04:00
Sorin Ionescu
f928228382 Added npm plugin. 2011-04-12 10:22:31 +02:00