https://github.com/duologic/kroki-libsonnet
Jsonnet library for Kroki.
https://github.com/duologic/kroki-libsonnet
blockdiag bpmn excalidraw jsonnet jsonnet-lib kroki mermaid
Last synced: 7 months ago
JSON representation
Jsonnet library for Kroki.
- Host: GitHub
- URL: https://github.com/duologic/kroki-libsonnet
- Owner: Duologic
- Created: 2021-11-23T12:17:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T12:17:59.000Z (almost 4 years ago)
- Last Synced: 2025-01-27T10:43:29.543Z (9 months ago)
- Topics: blockdiag, bpmn, excalidraw, jsonnet, jsonnet-lib, kroki, mermaid
- Language: Jsonnet
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kroki jsonnet library
Jsonnet library for https://kroki.io/
## Usage
Install it with jsonnet-bundler:
```console
jb install https://github.com/Duologic/kroki-libsonnet
```Import into your jsonnet:
```jsonnet
local kroki = import 'github.com/Duologic/kroki-libsonnet/main.libsonnet';{
kroki:
kroki.new()
+ self.withBlockdiag()
+ self.withBpmn()
+ self.withExcalidraw()
+ self.withMermaid(),
}
```