Advanced Usage

Arguments

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

Options

OptionDescription
-v, --versionDisplay the version number
-h, --helpDisplay help for the command
--noGitExplicitly tell the CLI to not initialize a new git repo in the project
--noInstallExplicitly tell the CLI to not run the package manager's install command
--reactAdd React App with React's default options to your Super Turbo
--nextAdd Next App with Next's default options to your Super Turbo
--expressAdd Express App with Express's default options to your Super Turbo
--pnpmUse pnpm as the package manager
--yarnUse yarn as the package manager
--npmUse npm as the package manager
-y, --defaultBypass the CLI and use all default options to bootstrap a new super-turbo-app