derkork/simplegen
A simple yet powerful general-purpose code generator
This tool helps software developers automate the creation of repetitive text-based files, like source code, documentation, or configuration. You provide structured data (e.g., in YAML, XML, CSV, HTML) and a Jinja2 template, and it generates the desired text output. It’s ideal for development teams looking to reduce manual coding for boilerplate structures.
No commits in the last 6 months.
Use this if you frequently write similar code, configuration, or documentation files and want to automate their generation from a single source of truth.
Not ideal if your generation needs are highly specialized, require complex graphical outputs, or if you prefer visual drag-and-drop code generation over template-based approaches.
Stars
10
Forks
1
Language
Kotlin
License
—
Category
Last pushed
Jun 14, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/derkork/simplegen"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
marcosschroh/dataclasses-avroschema
Generate avro schemas from python dataclasses, Pydantic models and Faust Records. Code...
sbt-dao-generator/sbt-dao-generator
code generator sbt plugin from database schema
twitter/scrooge
A Thrift parser/generator
GW2ToolBelt/api-generator
A library for creating programs that interface with data exposed by the official Guild Wars 2 API.
olafurpg/scala-db-codegen
Scala code/boilerplate generator from a db schema