Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/poteto-go/poteto-cli
- Owner: poteto-go
- License: mit
- Created: 2025-01-03T09:43:31.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2025-01-03T09:56:44.000Z (13 days ago)
- Last Synced: 2025-01-03T10:33:13.996Z (13 days ago)
- Topics: cli, go, golang, hotreload, poteto, webapp
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
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