mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 22:30:07 +00:00
21 lines
397 B
Markdown
21 lines
397 B
Markdown
|
# expo plugin
|
||
|
|
||
|
This `expo` plugin sets up aliases for the [expo](https://expo.io) React-Native cli
|
||
|
|
||
|
To use it, add `expo` to the plugins array of your zshrc file:
|
||
|
|
||
|
```zsh
|
||
|
plugins=(... expo)
|
||
|
```
|
||
|
|
||
|
## Aliases
|
||
|
|
||
|
| Alias | Command |
|
||
|
| --- | --- |
|
||
|
| es | expo start |
|
||
|
| ei | expo install |
|
||
|
| eba | expo build:android |
|
||
|
| ebi | expo build:ios |
|
||
|
| el | expo login |
|
||
|
| eh | expo help |
|
||
|
| eu | expo upgrade |
|