1 个仓库
Code generation tools that output human-readable source files intended for manual developer modification.
Distinct from Ejection Utilities: Distinct from general source code generators: focuses on the 'ejection' aspect where generated code is intended to be owned and modified by the developer.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Ejectable Generators. Refine with filters or upvote what's useful.
This tool is an automated backend code generator that creates administrative dashboards by inspecting existing relational database structures. It functions as a schema-driven scaffolding utility, parsing table definitions and foreign key constraints to produce functional server-side controllers and user interfaces for record management. The project distinguishes itself through static source code ejection, which outputs human-readable files that developers can manually modify or extend. By analyzing database metadata, it automatically maps relational data to intuitive selection components and
Outputs human-readable project files that allow developers to manually extend or modify the generated backend logic.