lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
borkdude 2020-01-02T00:06:58.000900Z

Made something which might be useful to lumo users:

$ alias lm='deps.clj -Scommand "lumo -c {{classpath}} {{main-opts}}"'
$ lm -Sdeps '{:deps {medley {:mvn/version "1.2.0"}}}' -K -e "(require '[medley.core :refer [index-by]]) (index-by :id [{:id 1} {:id 2}])"
{1 {:id 1}, 2 {:id 2}}

💯 1
borkdude 2020-01-02T00:07:08.001200Z

More info at https://github.com/borkdude/deps.clj/