Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
83765bf3
Commit
83765bf3
authored
Sep 20, 2016
by
Fabián Ríos
Committed by
Robby Russell
Sep 19, 2016
Browse files
missing listing and versions (#5341)
versions is missing list is missing
parent
cb60cfc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/npm/npm.plugin.zsh
View file @
83765bf3
...
@@ -32,6 +32,12 @@ alias npmE='PATH="$(npm bin)":"$PATH"'
...
@@ -32,6 +32,12 @@ alias npmE='PATH="$(npm bin)":"$PATH"'
# Check which npm modules are outdated
# Check which npm modules are outdated
alias
npmO
=
"npm outdated"
alias
npmO
=
"npm outdated"
# Check package versions
alias
npmV
=
"npm -v"
# List packages
alias
npmL
=
"npm list"
# Run npm start
# Run npm start
alias
npmst
=
"npm start"
alias
npmst
=
"npm start"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment