commands/create/create_project library

Classes

CreateProjectError
Represents an error during the creation process of a new project.

Functions

createProject({required String projectName, required String path, bool fullstack = false}) Future<String>
Creates a new Gazelle project.