Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T08:33:37.000Z (over 1 year ago)
- Last Synced: 2024-12-10T09:41:26.436Z (about 2 months 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
[![Lint script](https://github.com/themkat/quarkus-starter-terminal/actions/workflows/lint.yml/badge.svg)](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).
![screen recording](screenrecording.gif)
## 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 .`.