1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-23 22:30:07 +00:00
ohmyzsh/plugins/expo/README.md

21 lines
397 B
Markdown
Raw Normal View History

2020-10-24 10:44:19 +00:00
# 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 |