Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/emilymclean/pkldoc-action
- Owner: emilymclean
- License: mit
- Created: 2024-07-02T08:44:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T23:50:19.000Z (about 2 months ago)
- Last Synced: 2024-11-12T00:31:24.644Z (about 2 months ago)
- Topics: github-actions, pkl
- Language: Dockerfile
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```