Add malli to project
This commit is contained in:
parent
16e427848d
commit
1a48bdf4bc
1 changed files with 8 additions and 3 deletions
|
|
@ -7,7 +7,6 @@ The following libraries and projects are known to work with babashka.
|
||||||
- [tools.namespace](#toolsnamespace)
|
- [tools.namespace](#toolsnamespace)
|
||||||
- [test-runner](#test-runner)
|
- [test-runner](#test-runner)
|
||||||
- [spec.alpha](#specalpha)
|
- [spec.alpha](#specalpha)
|
||||||
- [tools.bbuild](#toolsbbuild)
|
|
||||||
- [clj-http-lite](#clj-http-lite)
|
- [clj-http-lite](#clj-http-lite)
|
||||||
- [spartan.spec](#spartanspec)
|
- [spartan.spec](#spartanspec)
|
||||||
- [missing.test.assertions](#missingtestassertions)
|
- [missing.test.assertions](#missingtestassertions)
|
||||||
|
|
@ -62,6 +61,8 @@ The following libraries and projects are known to work with babashka.
|
||||||
- [datalog-parser](#datalog-parser)
|
- [datalog-parser](#datalog-parser)
|
||||||
- [at-at](#at-at)
|
- [at-at](#at-at)
|
||||||
- [aysylu/loom](#aysyluloom)
|
- [aysylu/loom](#aysyluloom)
|
||||||
|
- [Clarktown](#clarktown)
|
||||||
|
- [Malli](#malli)
|
||||||
- [Pods](#pods)
|
- [Pods](#pods)
|
||||||
- [Projects](#projects-1)
|
- [Projects](#projects-1)
|
||||||
- [babashka-test-action](#babashka-test-action)
|
- [babashka-test-action](#babashka-test-action)
|
||||||
|
|
@ -114,9 +115,9 @@ A fork of `clojure.spec.alpha` that includes support for generation and
|
||||||
instrumentation! Its readme also contains instructions on how to use
|
instrumentation! Its readme also contains instructions on how to use
|
||||||
`clojure.core.specs.alpha`.
|
`clojure.core.specs.alpha`.
|
||||||
|
|
||||||
### [tools.bbuild](https://github.com/babashka/tools.bbuild)
|
<!-- ### [tools.bbuild](https://github.com/babashka/tools.bbuild) -->
|
||||||
|
|
||||||
A fork of `tools.build`.
|
<!-- A fork of `tools.build`. -->
|
||||||
|
|
||||||
### [clj-http-lite](https://github.com/clj-commons/clj-http-lite)
|
### [clj-http-lite](https://github.com/clj-commons/clj-http-lite)
|
||||||
|
|
||||||
|
|
@ -812,6 +813,10 @@ Graph library for Clojure. Compatible with babashka 0.7.8+.
|
||||||
|
|
||||||
An extensible and modular zero-dependency, pure-Clojure Markdown parser.
|
An extensible and modular zero-dependency, pure-Clojure Markdown parser.
|
||||||
|
|
||||||
|
### [Malli](https://github.com/metosin/malli#babashka)
|
||||||
|
|
||||||
|
Data-Driven Schemas for Clojure/Script
|
||||||
|
|
||||||
## Pods
|
## Pods
|
||||||
|
|
||||||
[Babashka pods](https://github.com/babashka/babashka.pods) are programs that can
|
[Babashka pods](https://github.com/babashka/babashka.pods) are programs that can
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue