From 3442b8f0433936874e58c3139ffce677cf976359 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 1 Sep 2020 23:53:46 +0200 Subject: [PATCH] README [skip ci] --- doc/libraries.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/libraries.md b/doc/libraries.md index 8ade076a..00a06a9e 100644 --- a/doc/libraries.md +++ b/doc/libraries.md @@ -253,6 +253,14 @@ Turn Clojure data structures into SQL Spying and stubbing library, primarily intended for tests. +### [portal](https://github.com/djblue/portal/) + +A clojure tool to navigate through your data. This example will launch a browser to view your `deps.edn`: + +``` clojure +$ cat deps.edn | bb -cp `clojure -Spath -Sdeps '{:deps {djblue/portal {:mvn/version "0.4.1"}}}'` -m portal.main edn +``` + ## Pods [Babashka pods](https://github.com/babashka/babashka.pods) are programs that can