Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/poteto-go/poteto-cli

cli tool supports poteto app
https://github.com/poteto-go/poteto-cli

cli go golang hotreload poteto webapp

Last synced: 10 days ago
JSON representation

cli tool supports poteto app

Awesome Lists containing this project

README

        

# Poteto-Cli

We support cli tool. But if you doesn't like it, you can create poteto-app w/o cli of course.

```sh
go install github.com/poteto-go/poteto-cli/cmd/poteto-cli@latest
```

- hot-reload run for golang
- support creating poteto app

## Create new app

Create file.

```sh
poteto-cli new
```

fast mode.

```sh
poteto-cli new --fast
```

## run app with hot-reload

- create `poteto.yaml`

```yaml
version: "0.27"
build_script_path: "main.go"
debug_mode: true
```

- command

```sh
poteto-cli run
```

## create app demo

https://github.com/user-attachments/assets/4b739964-1b4f-4913-b643-5984bf1ceae1