create-t3-app [dir]

A CLI for creating web applications with the t3 stack

Arguments

NameDescription
dirThe name of the application, as well as the name of the directory to create

Options

NameDescription
--noGitExplicitly tell the CLI to not initialize a new git repo in the project (default: false)
--noInstallExplicitly tell the CLI to not run the package manager's install command (default: false)
-y, --defaultBypass the CLI and use all default options to bootstrap a new t3-app (default: false)
-v, --versionDisplay the version number
--help, -hDisplay help for command