lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
odie 2017-12-27T09:25:10.000114Z

Howdy, is there a “right” way to pull maven deps a lumo script needs?

➕ 1
mfikes 2017-12-27T15:08:11.000276Z

@odie Using boot or the new Clojure CLI tools is a reasonable way to do it. Here are similar instructions for those ways for Planck: https://github.com/mfikes/planck/blob/f1471c0401fc07ae2ee9dbb9eb48451504499b5b/site/src/dependencies.md#downloading-deps

odie 2017-12-27T16:31:33.000382Z

@mfikes Thanks! That’s exactly what I was looking for! Much appreciated! :)