An open API service indexing awesome lists of open source software.

https://github.com/ftomassetti/turin-maven-plugin

A Maven plugin to compile Turin files
https://github.com/ftomassetti/turin-maven-plugin

Last synced: 8 months ago
JSON representation

A Maven plugin to compile Turin files

Awesome Lists containing this project

README

          

# turin-maven-plugin
A Maven plugin to compile [Turin](https://github.com/ftomassetti/turin-programming-language) files

You can add in your POM this:

```xml



me.tomassetti.turin
turin-maven-plugin
0.1-SNAPSHOT


compile-turin





```

The plugin will compile your Turin file under `src/main/turin` and put the generated classes under `target/classes`