Skip to content

poteto-go/poteto-cli

Repository files navigation

Poteto-Cli

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

Build From Docker

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 new app

Create file.

poteto-cli new

fast mode.

poteto-cli new --fast

run app with hot-reload

  • create poteto.yaml
version: "1.1"
build_script_path: "main.go"
debug_mode: true
  • command
poteto-cli run

create app demo

Clipchamp.3.mp4