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
Name | Description |
---|
template | Name of template you want to use |
Subcommands
Name | Description |
---|
list | Lists available scaffold templates |
Options
Name | Description |
---|
--path, -p <path> | The path to the folder where the template will be generated (Default: Current directory) |
--json | The output in JSON format |
--name <name> | The name of the generate project |
--platform <platform> | The platform used by the project |