Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/albbus-stack/create-t3-universal-app

An npx tool to create a cross-platform universal app using the create-universal-app template.
https://github.com/albbus-stack/create-t3-universal-app

clerk create-t3-app create-t3-turbo create-universal-app nextjs react-native solito t3 tamagui

Last synced: about 1 month ago
JSON representation

An npx tool to create a cross-platform universal app using the create-universal-app template.

Awesome Lists containing this project

README

        

# create-t3-universal-app

![js](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=black)
![npm](https://img.shields.io/npm/dw/create-t3-universal-app?color=red&label=npm&labelColor=black&logo=npm&logoColor=red&style=flat-square)


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

## Usage

```bash
npx create-t3-universal-app [--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]().