Create a project using Globe Templates

Kickstart your Dart frontend/backend project using one of our templates.

The create command allows you to create a dart project using Globe Templates. Templates are a great way to start your Dart projects by choosing from examples that showcase Authentication, Middlewares, Routing, Dynamic Configuration etc in notable Dart frameworks.

Globe Templates

Browse a list of templates here: Globe Templates

Usage

globe create -t <TEMPLATE-NAME>

To specify a custom name for your project, run this

globe create -t <TEMPLATE-NAME> <project-name>

Flags

  • -t, --template - Provide the template you want to use for creating project.