Commit 097cc70f authored by Antonis Karamitros @antouank's avatar Antonis Karamitros @antouank
Browse files

[feature/npm-outdated]

- add alias for "npm outdated" to check outdated npm modules
parent 8ac1859f
...@@ -17,3 +17,6 @@ alias npmD="npm i -D " ...@@ -17,3 +17,6 @@ alias npmD="npm i -D "
# Execute command from node_modules folder based on current directory # Execute command from node_modules folder based on current directory
# i.e npmE gulp # i.e npmE gulp
alias npmE='PATH="$(npm bin)":"$PATH"' alias npmE='PATH="$(npm bin)":"$PATH"'
# Check which npm modules are outdated
alias npmO="npm outdated"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment