CLI Commands
Sprygen provides a suite of commands designed to assist you at every stage of development, from scaffolding a new application to adding complex features later down the road.
Select a command from the sidebar to view detailed usage documentation.
Overview
new— Scaffold a fresh Spring Boot project.add-entity— Add a single JPA Entity and its entire REST stack.block-generate— Read a JSON schema and generate an entire backend.migrate:init— Seamlessly convert a project to use Flyway.generate-auth— Drop robust JWT authentication into an existing codebase.