create-t3-universal-app
v1.21.0
Published
An npx cli tool to create a cross-platform universal app using the CUA (create-universal-app) template.
Maintainers
Readme
create-t3-universal-app
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.
Usage
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-supabaseclones the Supabase version.--with-drizzle-pgclones the Drizzle Postgres version.--with-drizzle-sqlclones the Drizzle Sqlite version.
