mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Added npm commands descriptions
This commit is contained in:
parent
6111779682
commit
bac4e099e8
1 changed files with 42 additions and 46 deletions
|
|
@ -5,52 +5,48 @@
|
||||||
|
|
||||||
local -a _1st_arguments
|
local -a _1st_arguments
|
||||||
_1st_arguments=(
|
_1st_arguments=(
|
||||||
'activate:'
|
'activate:Activate an installed version of a package'
|
||||||
'adduser:'
|
'adduser:Add a registry user account'
|
||||||
'bn:'
|
'bundle:Bundle package dependencies'
|
||||||
'bundle:'
|
'bn:Bundle package dependencies'
|
||||||
'c:'
|
'c:Mange the npm configuration file'
|
||||||
'cache:'
|
'cache:Work with npm cache'
|
||||||
'config:'
|
'config:Manage the npm configuration file'
|
||||||
'deactivate:'
|
'deactivate:Deactivate the active version of a package'
|
||||||
'deprecate:'
|
'deprecate:Deprecate a version of a package'
|
||||||
'docs:'
|
'docs:Docs for a package in a web browser (experimental)'
|
||||||
'edit:'
|
'edit:Edit an installed package'
|
||||||
'explore:'
|
'explore:Browse an installed package'
|
||||||
'faq:'
|
'faq:Frequently Asked Questions'
|
||||||
'find:'
|
'find:List installed packages'
|
||||||
'get:'
|
'get:Manage the npm configuration file'
|
||||||
'help:'
|
'help:Provides help'
|
||||||
'i:'
|
'i:Install a package'
|
||||||
'info:'
|
'init:Interactively create a package.json file'
|
||||||
'init:'
|
'install:Install a package'
|
||||||
'install:'
|
'link:Symlink a package folder'
|
||||||
'link:'
|
'ln:Symlink a package folder'
|
||||||
'list:'
|
'ls:List packages that are either installed or in the registry'
|
||||||
'ln:'
|
'outdated:Check for outdated packages'
|
||||||
'ls:'
|
'owner:Manage package owners'
|
||||||
'outdated:'
|
'publish:Publish a package'
|
||||||
'owner:'
|
'r:Remove a package'
|
||||||
'publish:'
|
'rb:Rebuild a package'
|
||||||
'r:'
|
'rebuild:Rebuild a package'
|
||||||
'rb:'
|
'rm:Remove a package'
|
||||||
'rebuild:'
|
'run-script:Run arbitrary package scripts'
|
||||||
'rm:'
|
'set:Manage the npm configuration file'
|
||||||
'run-script:'
|
'start:Start a package'
|
||||||
'search:'
|
'stop:Stop a package'
|
||||||
'set:'
|
'tag:Tag a published version'
|
||||||
'start:'
|
'test:Test a package'
|
||||||
'stop:'
|
'un:Remove a package'
|
||||||
'tag:'
|
'uninstall:Remove a package'
|
||||||
'test:'
|
'unpublish:Remove a package from the registry'
|
||||||
'un:'
|
'up:Update a package'
|
||||||
'uninstall:'
|
'update:Update a package'
|
||||||
'unpublish:'
|
'version:Bump a package version'
|
||||||
'up:'
|
'view:View package registry info'
|
||||||
'update:'
|
|
||||||
'version:'
|
|
||||||
'view:'
|
|
||||||
'xmas:'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
local expl
|
local expl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue