Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bkbnio/lerasium
Kotlin Service Generator
https://github.com/bkbnio/lerasium
Last synced: 2 days ago
JSON representation
Kotlin Service Generator
- Host: GitHub
- URL: https://github.com/bkbnio/lerasium
- Owner: bkbnio
- Created: 2021-11-19T19:45:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T00:16:29.000Z (11 months ago)
- Last Synced: 2023-12-15T21:37:20.314Z (11 months ago)
- Language: Kotlin
- Homepage:
- Size: 806 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Lerasium
[![version](https://img.shields.io/maven-central/v/io.bkbn/lerasium-core?style=flat-square)](https://search.maven.org/search?q=io.bkbn%20lerasium-core)
## Table of Contents
- [What Is Lerasium](#what-is-lerasium)
- [Local Development](#local-development)
- [The Playground](#the-playground)## What is Lerasium
In a sentence, Lerasium is a highly opinionated service generator for Kotlin. It takes in a domain definition, and
generates
the boilerplate for your ORM, DAO, and API.## Local Development
Lerasium should run locally right out of the box, no configuration necessary (assuming you have JDK 17+ installed).
New features can be built locally and published to your local maven repository with the `./gradlew publishToMavenLocal`
command!## The Playground
This repo contains a `playground` module that contains a working example showcasing the power of Lerasium. Clone the
repo and give it a spin!