Golte CLI is a command-line tool for building and running Golte projects.
go install github.com/TimLai666/golte-cli@latest
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.