⚠ This repo has been moved under the t4-app monorepo ⚠
This is a npx cli tool to create a cross-platform universal app using the CUA (create-universal-app) template.
This is currently live on npm here, there is no need for you to clone this repo.
npx create-t3-universal-app <project-name> [--flags]
If you don't pass any project name a prompt will show up asking for one. This is up to date with the latest version of CUA using Expo Router.
You can pass one of the following flags to choose a template:
-
--with-supabase
clones the Supabase version. -
--with-drizzle-pg
clones the Drizzle Postgres version. -
--with-drizzle-sql
clones the Drizzle Sqlite version.