Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emilymclean/pkldoc-action

Generates PklDoc for a Pkl module. Based on version 0.26.3 of the Pkl tool/lang.
https://github.com/emilymclean/pkldoc-action

github-actions pkl

Last synced: 16 days ago
JSON representation

Generates PklDoc for a Pkl module. Based on version 0.26.3 of the Pkl tool/lang.

Awesome Lists containing this project

README

        

# pkldoc-action

Generates PklDoc for a Pkl module.

## Inputs

| Input | Required | Description | Default |
|-------------------- |---------- |------------------------------------------------------------------------------------------------------------------- |---------- |
| `input-files` | ✅ | 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/pkldoc-action@v2
with:
input-files: data.pkl,doc-package-info.pkl
output-folder: /generated
```