Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emilymclean/pkl-java-action

Generates Java source code for a Pkl model
https://github.com/emilymclean/pkl-java-action

github-actions pkl

Last synced: 16 days ago
JSON representation

Generates Java source code for a Pkl model

Awesome Lists containing this project

README

        

# pkl-java-action

Generates Java source code for a Pkl model.

## Inputs

| Input | Required | Description | Default |
|-------------------- |---------- |------------------------------------------------------------------------------------------------------------------- |---------- |
| `input-file` | ✅ | The pkl file(s) to process, separated by commas. | |
| `output-folder` | ✅ | Where the resulting binding will be written to. | |
| `pkl-version` | | The pkl version to use | 0.27.0 |

## Example usage
```
uses: emilymclean/pkl-java-action@v2
with:
input-file: data.pkl
output-folder: /generated
```