tuist scaffold <template>

Generates new project based on a template. For more info see https://docs.tuist.io/commands/scaffold USAGE: tuist scaffold <template> [--json] [--path <path>] <subcommand>

Arguments

NameDescription
templateName of template you want to use

Subcommands

NameDescription
listLists available scaffold templates

Options

NameDescription
--path, -p <path>The path to the folder where the template will be generated (Default: Current directory)
--jsonThe output in JSON format
--name <name>The name of the generate project
--platform <platform>The platform used by the project