japgolly/mr.boilerplate
Online app to generate Scala boilerplate
When working with Scala, this tool helps developers create the repetitive code (boilerplate) needed for data structures that handle external communication like JSON. You input your Scala data structure definition, and it outputs the necessary code snippets for interacting with external systems. This is ideal for Scala developers who frequently define and maintain data codecs or similar interfaces.
No commits in the last 6 months.
Use this if you are a Scala developer tired of manually writing or updating boilerplate code for data codecs like Circe, especially when dealing with complex or evolving data structures.
Not ideal if you are not a Scala developer or if your boilerplate generation needs are for languages other than Scala.
Stars
33
Forks
3
Language
Scala
License
Apache-2.0
Category
Last pushed
Aug 25, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/japgolly/mr.boilerplate"
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