Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilymclean/pkl-kotlin-action
Generates Kotlin source code for a Pkl model.
https://github.com/emilymclean/pkl-kotlin-action
github-actions pkl
Last synced: 16 days ago
JSON representation
Generates Kotlin source code for a Pkl model.
- Host: GitHub
- URL: https://github.com/emilymclean/pkl-kotlin-action
- Owner: emilymclean
- License: mit
- Created: 2024-04-10T11:21:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T04:34:26.000Z (about 2 months ago)
- Last Synced: 2024-11-12T05:24:40.495Z (about 2 months ago)
- Topics: github-actions, pkl
- Language: Pkl
- Homepage:
- Size: 80.1 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-kotlin-action
Generates Kotlin 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-kotlin-action@v2
with:
input-file: data.pkl
output-folder: /generated
```