Creating Projects from Templates
globe create
Purpose: Creates a new Dart project based on a predefined template. This can significantly speed up the initial setup for common project types.
Flags:
-t
,--template
: Required. The name of the template to use.[project-name]
: Optional. The name of your new project directory. If omitted, the template name will be used.--help
: Displays help information.--verbose
: Displays verbose output.--token
: Use API token for CLI Auth.