create

This command is used to create a new Flet app from a template.

usage: flet create [-h] [-v] [--project-name PROJECT_NAME] [--description DESCRIPTION] [--template {app,extension}] output_directory

Create a new Flet app from a template.

positional arguments:
  output_directory      project output directory

options:
  -h, --help            show this help message and exit
  -v, --verbose         -v for detailed output and -vv for more detailed
  --project-name PROJECT_NAME
                        project name for the new Flet app
  --description DESCRIPTION
                        the description to use for the new Flet project
  --template {app,extension}
                        template to use for new Flet project; the default is app