https://github.com/themkat/quarkus-starter-terminal
Terminal user interface (TUI) version of the code.quarkus.io starter page. Inspired by my own spring-starter-terminal (that is used for doing the same for Spring Boot)
https://github.com/themkat/quarkus-starter-terminal
bash-script cli command-line-tool dialog quarkus tui
Last synced: 2 months ago
JSON representation
Terminal user interface (TUI) version of the code.quarkus.io starter page. Inspired by my own spring-starter-terminal (that is used for doing the same for Spring Boot)
- Host: GitHub
- URL: https://github.com/themkat/quarkus-starter-terminal
- Owner: themkat
- License: mit
- Created: 2022-07-30T12:59:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T08:33:37.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T20:31:27.244Z (over 1 year ago)
- Topics: bash-script, cli, command-line-tool, dialog, quarkus, tui
- Language: Shell
- Homepage:
- Size: 753 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/themkat/quarkus-starter-terminal/actions/workflows/lint.yml)
# quarkus-starter-terminal
Terminal user interface (TUI) version of the code.quarkus.io starter page. Inspired by my own spring-starter-terminal (that is used for doing the same for Spring Boot)
[code.Quarkus.io API documentation](https://editor.swagger.io/?url=https://code.quarkus.io/q/openapi).

## Dependencies
- bash (or equivalent, also tested with zsh)
- Standard Unix tools (sed, curl)
- dialog
- jq
## Container image
If you prefer to use the script from a container, [it is available on Docker hub and is called themkat/quarkus-starter](https://hub.docker.com/r/themkat/quarkus-starter). You can also build it yourself from this repo using the included Dockerfile using `docker build -t themkat/quarkus-starter .`.