1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-01 20:01:42 +08:00
ohmyzsh-mirror/plugins/expo/README.md
2020-10-24 11:44:19 +01:00

397 B

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