Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/albbus-stack/create-t3-universal-app
- Owner: albbus-stack
- License: mit
- Created: 2023-01-15T19:37:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-29T09:36:54.000Z (about 1 year ago)
- Last Synced: 2024-09-27T13:01:31.164Z (about 2 months ago)
- Topics: clerk, create-t3-app, create-t3-turbo, create-universal-app, nextjs, react-native, solito, t3, tamagui
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/create-t3-universal-app
- Size: 140 KB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]().