Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
344b13c4
Commit
344b13c4
authored
Jul 11, 2018
by
Marc Cornellà
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yarn: add aliases for common commands
Fixes #5722 Fixes #5864 Fixes #5920 Fixes #6566 Fixes #6579 Fixes #6686 Fixes #6740
parent
1a657c6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
yarn.plugin.zsh
plugins/yarn/yarn.plugin.zsh
+13
-1
No files found.
plugins/yarn/yarn.plugin.zsh
View file @
344b13c4
alias
y
=
"yarn
"
alias
y
=
"yarn"
alias
ya
=
"yarn add"
alias
ya
=
"yarn add"
alias
yad
=
"yarn add --dev"
alias
yap
=
"yarn add --peer"
alias
yb
=
"yarn build"
alias
ycc
=
"yarn cache clean"
alias
ycc
=
"yarn cache clean"
alias
ygu
=
"yarn global upgrade"
alias
yh
=
"yarn help"
alias
yh
=
"yarn help"
alias
yin
=
"yarn install"
alias
yls
=
"yarn list"
alias
yout
=
"yarn outdated"
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
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