spring-starter-terminal

Simple script that uses dialog as a terminal UI for creating new Spring application using the Spring Starter / Spring Initializer service.

MIT License

Stars
5

Spring Starter Terminal

Simple script that uses dialog as a terminal UI for creating new Spring application using the Spring Starter / Spring Initializer service. A little quick and dirty, and the UI has major room for improvement relating to sizes. You can create a project, and it will unpack in the folder you are running the script from (useful to have in PATH if you dare ;) ).

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/spring-starter. You can also build it yourself from this repo using the included Dockerfile using docker build -t themkat/spring-starter ..

Badges
Extracted from project README
Lint script