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
097cc70f
Commit
097cc70f
authored
Mar 24, 2016
by
Antonis Karamitros @antouank
Browse files
[feature/npm-outdated]
- add alias for "npm outdated" to check outdated npm modules
parent
8ac1859f
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/npm/npm.plugin.zsh
View file @
097cc70f
...
...
@@ -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