mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
| .. | ||
| expo.plugin.zsh | ||
| README.md | ||
expo plugin
This expo plugin sets up aliases for the expo React-Native cli
To use it, add expo to the plugins array of your zshrc file:
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 |