Developer Start Spring Boot (DSS) — CLI

Skip the tedious boilerplate. Generate a clean Spring Boot API skeleton in seconds.

terminal — overview
What is it?

developerStartSpringboot is a terminal application designed for developers starting a Spring Boot API who want to bypass the tedious initial steps of creating layers, folders, and authentication.

dss terminal

How to use
dss init

Answer a few questions and get a ready-to-go project structure.

terminal — install (Ubuntu)
Option A — one‑liner
curl -fsSL https://eriquerocha.github.io/developerStartSpringboot/install-deb.sh | sudo bash
Option B — manual .deb

1) Download the .deb package

wget https://github.com/EriqueRocha/developerStartSpringboot/releases/download/Ubuntu-linux/developerstartspringboot_0.1.0-1_amd64.deb

Or

curl -L -O https://github.com/EriqueRocha/developerStartSpringboot/releases/download/Ubuntu-linux/developerstartspringboot_0.1.0-1_amd64.deb

2) Install (from the download directory)

sudo dpkg -i developerstartspringboot_0.1.0-1_amd64.deb

3) Start using

dss init
terminal — install (Fedora)
Direct URL install
sudo dnf install https://github.com/EriqueRocha/developerStartSpringboot/releases/download/Fedora-linux/developerStartSpringboot-0.1.0-1.x86_64.rpm
Or — download and install

1) Download the .rpm package

wget https://github.com/EriqueRocha/developerStartSpringboot/releases/download/Fedora-linux/developerStartSpringboot-0.1.0-1.x86_64.rpm

Or

curl -L -O https://github.com/EriqueRocha/developerStartSpringboot/releases/download/Fedora-linux/developerStartSpringboot-0.1.0-1.x86_64.rpm

2) Install (from the download directory)

sudo dnf install ./developerStartSpringboot-0.1.0-1.x86_64.rpm

3) Start using

dss init