https://github.com/lowmelvin/cats-starter.g8
Sbt Template - Cats
https://github.com/lowmelvin/cats-starter.g8
Last synced: 4 months ago
JSON representation
Sbt Template - Cats
- Host: GitHub
- URL: https://github.com/lowmelvin/cats-starter.g8
- Owner: lowmelvin
- Created: 2023-04-18T06:34:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T19:07:39.000Z (4 months ago)
- Last Synced: 2025-02-25T20:20:58.523Z (4 months ago)
- Language: Scala
- Homepage:
- Size: 269 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sbt Cats/GraalVM Starter
A [Giter8][g8] template to bootstrap a Scala 3 Cats/CE3 project that can be compiled to a native image with Docker,
alongside some useful addons and common dependencies.## Usage
Create a new project:
```bash
sbt new lowmelvin/cats-starter.g8
```Build a native image and then run it with Docker:
```bash
docker build -t cats .
docker run --rm cats
```## Template license
Written in 2023 by Melvin Low .
To the extent possible under law, the author(s) have dedicated all copyright and related
and neighboring rights to this template to the public domain worldwide.
This template is distributed without any warranty. See .[g8]: http://www.foundweekends.org/giter8/