expo-gen
v0.1.4
Published
A modular plugin system for Expo/React-Native applications, where you can automate mundane configurations with a single click. E.g. expo-gen add metadata
Downloads
20
Maintainers
Readme
Expo Starter CLI
A modular plugin system for Expo/React Native applications, where you can automate mundane configurations with a single click.
To authenticate with our CLI, please follow these steps:
Login to gain access to your Dashboard.
Copy and paste the command from the dashboard. It should look like this:
npx expo-gen login
To create an expo-gen project with access to our initial boilerplate, use this command:
npx expo-gen init
To bootstrap an existing Expo project with expo-gen, use this command:
npx expo-gen bootstrap
To start injecting plugins, run this command:
npx expo-gen add auth
This will configure the authentification for new and existing Expo sites.
Note that this command works even if you don't have a project. expo-gen will take care of everything for you.
Find the rest of our commands on our Expo Starter site. Here you will also find documentation for individual plugins to make the injection process smooth.