create-galbe
v0.6.1
Published
Create and setup new [Galbe](https://galbe.dev) application.
Readme
create-galbe
Create and setup new Galbe application.
Usage
To setup a new Galbe application with default configuration, simply run:
bun create galbeThis will create a new Galbe project under galbe-app folder in the current directory.
To define a custom project name, you can run:
bun create galbe my-project-nameThis will setup a project with the default configuration.
Alternatively, you can use a different template to scaffold your project. To do that, you need to specify the --template option with the name of the template you want to use. Available templates are visible under the templates directory of this project.
bun create galbe my-project-name --template hello