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
a8f3b374
Commit
a8f3b374
authored
Apr 15, 2018
by
Erwan ROUSSEL
Committed by
Marc Cornellà
Apr 15, 2018
Browse files
npm init (#6648)
parent
cfec5d56
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/npm/npm.plugin.zsh
View file @
a8f3b374
...
...
@@ -51,4 +51,7 @@ alias npmt="npm test"
alias
npmR
=
"npm run"
# Run npm publish
alias
npmP
=
"npm publish"
\ No newline at end of file
alias
npmP
=
"npm publish"
# Run npm init
alias
npmI
=
"npm init"
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