Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 469 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 469 Bytes

Generating Data Models with Scalameta

This repository accompanies the talk I gave at Scalabase on 14 May 2021.

Watch the talk on YouTube

Running the code

You'll need sbt installed. Within the root of this directory, run

sbt run

You may also want to start an sbt console:

sbt

and run the app continuously as you make changes:

sbt:scalabase-talk> ~run