0.1.4 • Published 9 months ago

expo-gen v0.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

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:

  1. Login to gain access to your Dashboard.

  2. 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.