create-t3-app [dir]
A CLI for creating web applications with the t3 stack
Arguments
Name | Description |
---|
dir | The name of the application, as well as the name of the directory to create |
Options
Name | Description |
---|
--noGit | Explicitly tell the CLI to not initialize a new git repo in the project (default: false) |
--noInstall | Explicitly tell the CLI to not run the package manager's install command (default: false) |
-y, --default | Bypass the CLI and use all default options to bootstrap a new t3-app (default: false) |
-v, --version | Display the version number |
--help, -h | Display help for command |