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
6967393f
"plugins/vscode:/vscode.git/clone" did not exist on "3a77433cea136ff9d9a383866f191f66169468c9"
Commit
6967393f
authored
Feb 12, 2015
by
James Womack
Browse files
Add convenience aliases for installation of npm modules
parent
550ccca9
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/npm/npm.plugin.zsh
View file @
6967393f
eval
"
$(
npm completion 2>/dev/null
)
"
# Install and save to dependencies
alias
npms
=
"npm i -S "
# Install and save to dev-dependencies
alias
npmd
=
"npm i -D "
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