blitz new <name>

Create a new Blitz project

Arguments

NameDescription
nameName of your new project

Options

NameDescription
--help, -hShow help for command
--npmUse npm as the package manager
--yarnUse yarn as the package manager
--form <form>A form library
-d, --dry-runShow what files will be created without writing them to disk
--no-gitSkip git repository creation
--skip-upgradeSkip blitz upgrade if outdated