Email or username:

Password:

Forgot your password?
(λ. borkdude)

A #babashka one-liner to inspect some EDN data with @djblue_live 's portal:

cat deps.edn |
bb -Sdeps '{:deps {djblue/portal {:mvn/version "0.34.2"}}}' \
-e "(require '[portal.api :as p]) (def p (p/open))
(add-tap #'p/submit) (tap> *input*) @(promise)"

#clojure

1 comment
gdanov

@borkdude omg what is this sorcery! thanks for the tool, wasn't aware of it

Go Up