eginez / calvin

A minimalistic build tool for clojurescript projects that does not require the jvm
186 stars 9 forks source link

Consider clj and tools.deps.alpha for dep resolution #14

Open arichiardi opened 7 years ago

arichiardi commented 7 years ago

Hi! Idea :dagger:

Now that there is an official way of resolving deps we should maybe think of incorporating it: https://github.com/clojure/tools.deps.alpha

Of course this would need porting to cljs or some other hack to convert bytecode to JS, but it is probably worth it. The clj seems minimal enough.

Anyways, trying calvin stuff here again :smile:

Pretty happy with the semplicity of it.

eginez commented 7 years ago

Hey @arichiardi thanks for the info I didn't know about that package. I will definately take a look at it