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
344b13c4
Commit
344b13c4
authored
Jul 11, 2018
by
Marc Cornellà
Browse files
yarn: add aliases for common commands
Fixes #5722 Fixes #5864 Fixes #5920 Fixes #6566 Fixes #6579 Fixes #6686 Fixes #6740
parent
1a657c6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/yarn/yarn.plugin.zsh
View file @
344b13c4
alias
y
=
"yarn
"
alias
y
=
"yarn"
alias
ya
=
"yarn add"
alias
yad
=
"yarn add --dev"
alias
yap
=
"yarn add --peer"
alias
yb
=
"yarn build"
alias
ycc
=
"yarn cache clean"
alias
ygu
=
"yarn global upgrade"
alias
yh
=
"yarn help"
alias
yin
=
"yarn install"
alias
yls
=
"yarn list"
alias
yout
=
"yarn outdated"
alias
yrm
=
"yarn remove"
alias
yrun
=
"yarn run"
alias
yst
=
"yarn start"
alias
yt
=
"yarn test"
alias
yuc
=
"yarn global upgrade && yarn cache clean"
alias
yui
=
"yarn upgrade-interactive"
alias
yup
=
"yarn upgrade"
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