Golte CLI is a command-line tool for building and running Golte projects.
Golte CLI uses Bun instead of Node.js to provide a faster and more efficient development experience.
go install github.com/TimLai666/golte-cli@latest
For Sveltigo, just add --sveltigo
to the command.
golte-cli new <project-name> --sveltigo
golte-cli new <project-name>
golte-cli new <project-name> --here
golte-cli build
golte-cli run
golte-cli dev
golte-cli help
- The executable file will be placed in the
dist
directory. - The executable file name will be the same as the project name.
- On Windows, the executable file will have a
.exe
suffix.