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

https://github.com/maptiler/speck


https://github.com/maptiler/speck

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# SPECK

Technical documentation tool.

## GitHub action

Inputs:

- `config`
- `target`
- `version`

Example:

```yaml
uses: maptiler/speck@v1.4
with:
config: build.yaml
target: build
version: ${{ github.event.release.tag_name }}
```