{"library":"springboot-generator","title":"springboot-generator","type":"library","description":"An interactive Spring Boot project generator for Python developers, producing Java 17/21 projects with Docker, Swagger, and modular architecture. Current version 0.3.0, updated about every 3 months.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install springboot-generator"],"cli":{"name":"springboot-gen","version":"sh: 1: springboot-gen: not found"}},"imports":["from springboot_generator import SpringBootGenerator","from springboot_generator.cli import generate_project"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/YOUR_GITHUB/springboot-generator","docs":null,"changelog":null,"pypi":"https://pypi.org/project/springboot-generator/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from springboot_generator import SpringBootGenerator\n\ngenerator = SpringBootGenerator(\n    project_name=\"demo\",\n    java_version=\"17\",\n    include_docker=True,\n    include_swagger=True\n)\ngenerator.create_project(\"./output\")\nprint(\"Spring Boot project generated at ./output\")","lang":"python","description":"Generates a modular Spring Boot project with Docker and Swagger support.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}