Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ _Tools that generate patterns for repetitive code in order to reduce verbosity a

> **[Spring CRUD Generator](https://github.com/mzivkovicdev/spring-crud-generator)** <kbd>★ 38</kbd> <kbd>Apache-2.0</kbd> 🟢<br>Maven plugin for generating Spring Boot CRUD applications from YAML/JSON specifications.

> **[SpringBoot Generator ![c]](https://www.springboot-generator.com)** - Browser-based generator for Spring Boot CRUD REST APIs from a visual schema, producing the backend and an optional Angular or React frontend as separately deployable projects, with n-ary association entities.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: Adding this entry makes the Code Generators list contain 19 projects, but the section heading still reads 18 projects. Bump the count to 19 so the heading stays accurate.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.md, line 334:

<comment>Adding this entry makes the Code Generators list contain 19 projects, but the section heading still reads `18 projects`. Bump the count to 19 so the heading stays accurate.</comment>

<file context>
@@ -331,6 +331,8 @@ _Tools that generate patterns for repetitive code in order to reduce verbosity a
 
 > **[Spring CRUD Generator](https://github.com/mzivkovicdev/spring-crud-generator)** <kbd>★ 38</kbd> <kbd>Apache-2.0</kbd> 🟢<br>Maven plugin for generating Spring Boot CRUD applications from YAML/JSON specifications.
 
+> **[SpringBoot Generator ![c]](https://www.springboot-generator.com)** - Browser-based generator for Spring Boot CRUD REST APIs from a visual schema, producing the backend and an optional Angular or React frontend as separately deployable projects, with n-ary association entities.
+
 > **[Telosys](https://www.telosys.org/)** <kbd>★ 212</kbd> <kbd>LGPL-3.0</kbd> 🟠<br>Java code-generation toolkit with a CLI and model-driven template engine.
</file context>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: The new entry breaks the visual convention used by every other entry in this Code Generators list. Unlike the surrounding items, which use the <kbd>★ N</kbd> <kbd>License</kbd> <emoji><br> badge format and a <br> before the description, this line uses a plain dash separator and no badges/tags. It's worth confirming whether this list's commercial (![c]) entries use a distinct format elsewhere; if not, consider aligning this entry with the <br> and badge style so the list reads consistently. Note this is a minor style/consistency concern, not a functional issue.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.md, line 334:

<comment>The new entry breaks the visual convention used by every other entry in this Code Generators list. Unlike the surrounding items, which use the `<kbd>★ N</kbd> <kbd>License</kbd> <emoji><br>` badge format and a `<br>` before the description, this line uses a plain dash separator and no badges/tags. It's worth confirming whether this list's commercial (`![c]`) entries use a distinct format elsewhere; if not, consider aligning this entry with the `<br>` and badge style so the list reads consistently. Note this is a minor style/consistency concern, not a functional issue.</comment>

<file context>
@@ -331,6 +331,8 @@ _Tools that generate patterns for repetitive code in order to reduce verbosity a
 
 > **[Spring CRUD Generator](https://github.com/mzivkovicdev/spring-crud-generator)** <kbd>★ 38</kbd> <kbd>Apache-2.0</kbd> 🟢<br>Maven plugin for generating Spring Boot CRUD applications from YAML/JSON specifications.
 
+> **[SpringBoot Generator ![c]](https://www.springboot-generator.com)** - Browser-based generator for Spring Boot CRUD REST APIs from a visual schema, producing the backend and an optional Angular or React frontend as separately deployable projects, with n-ary association entities.
+
 > **[Telosys](https://www.telosys.org/)** <kbd>★ 212</kbd> <kbd>LGPL-3.0</kbd> 🟠<br>Java code-generation toolkit with a CLI and model-driven template engine.
</file context>
Suggested change
> **[SpringBoot Generator ![c]](https://www.springboot-generator.com)** - Browser-based generator for Spring Boot CRUD REST APIs from a visual schema, producing the backend and an optional Angular or React frontend as separately deployable projects, with n-ary association entities.
> **[SpringBoot Generator ![c]](https://www.springboot-generator.com)** <br>Browser-based generator for Spring Boot CRUD REST APIs from a visual schema, producing the backend and an optional Angular or React frontend as separately deployable projects, with n-ary association entities.


> **[Telosys](https://www.telosys.org/)** <kbd>★ 212</kbd> <kbd>LGPL-3.0</kbd> 🟠<br>Java code-generation toolkit with a CLI and model-driven template engine.

</details>
Expand Down