datastar/sdk/clojure/malli-schemas
JeremS 1e55dcf6d5
Clojure SDK (#540)
* Feature: added clojure sdk

Chore: rebasing on latest
(last commit from clojure-sdk d6259824908c)

* Fix: alphabetical order

* Docs: Actual broadcast example

* Test: adding shell test support

Fix: order of options in data-lines for execute scripts events

Fix: fixed signal handling / missing options

Refactor: using the generated constants for boolean options

* Test: passing shell tests

Chore: task build
2025-01-29 16:28:08 -06:00
..
src/main/starfederation/datastar/clojure Clojure SDK (#540) 2025-01-29 16:28:08 -06:00
README.md Clojure SDK (#540) 2025-01-29 16:28:08 -06:00
deps.edn Clojure SDK (#540) 2025-01-29 16:28:08 -06:00

README.md

Malli schemas for the SDK

Installation

For now the SDK and adapters are distributed as git dependencies using a deps.edn file.

{datastar/malli-schemas {:git/url "https://github.com/starfederation/datastar/tree/develop"
                         :git/sha "LATEST SHA"
                         :deps/root "sdk/clojure/malli-schemas"}}

[!important] Replace LATEST_SHA in the git coordinates below by the actual latest commit sha of the repository.