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
Ohmyzsh
Commits
7697c402
Commit
7697c402
authored
Mar 26, 2016
by
Robby Russell
Browse files
Merge pull request #4939 from AntouanK/feature/npm-outdated
Add alias for "npm outdated"
parents
9280f2c8
097cc70f
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/npm/npm.plugin.zsh
View file @
7697c402
...
...
@@ -17,3 +17,6 @@ alias npmD="npm i -D "
# Execute command from node_modules folder based on current directory
# i.e npmE gulp
alias
npmE
=
'PATH="$(npm bin)":"$PATH"'
# Check which npm modules are outdated
alias
npmO
=
"npm outdated"
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