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: about 2 months ago
JSON representation
Generates Java source code for a Pkl model
- Host: GitHub
- URL: https://github.com/emilymclean/pkl-java-action
- Owner: emilymclean
- License: mit
- Created: 2024-04-10T11:53:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T22:16:54.000Z (3 months ago)
- Last Synced: 2025-03-03T23:24:22.424Z (3 months ago)
- Topics: github-actions, pkl
- Language: Pkl
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.28.1 |## Example usage
```
uses: emilymclean/pkl-java-action@v2
with:
input-file: data.pkl
output-folder: /generated
```