Skip to content

Use Cases โ€‹

Seed4J can be used in different contexts, from quick experiments to real-world applications. This page gives you an overview of the main use cases, with dedicated guides for each.

  • ๐Ÿงช Minimal project scaffolding:
    Generate basic files like .gitignore, README.md, and license, ideal to start cleanly.

  • ๐Ÿฅ‹ Java Kata project:
    Bootstrap a simple Java app with tests, perfect for TDD sessions or coding katas.

  • ๐Ÿฅ‹ TypeScript Kata project:
    Quickly set up a TypeScript-based kata environment with linting and tests.

  • ๐Ÿš€ Real Java backend project:
    Start a fully structured backend with Spring Boot, hexagonal architecture, and Tomcat.

Each guide provides specific steps tailored to that context, so you only generate what you really need.