We support cli tool. But if you doesn't like it, you can create poteto-app w/o cli of course.
go install github.com/poteto-go/poteto-cli/cmd/poteto-cli@latest
- hot-reload run for golang
- support creating poteto app
You can also use from docker image
https://hub.docker.com/repository/docker/poteto17/poteto-go/general
docker pull poteto17/poteto-go
docker -it --rm poteto17/poteto-go:1.23 bash
Create file.
poteto-cli new
fast mode.
poteto-cli new --fast
- create
poteto.yaml
version: "1.1"
build_script_path: "main.go"
debug_mode: true
- command
poteto-cli run