mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 14:20:08 +00: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 |