Fork me on GitHub
#leiningen
<
2020-05-07
>
Yehonathan Sharvit08:05:50

A question related to lein templates; What’s the best practice to allow templates user to get the latest version of a template I publish?

Yehonathan Sharvit08:05:37

lein new retrieves automatically from clojars the template only if the templates is not installed locally

Yehonathan Sharvit08:05:17

The problem though is that if a template user has used once a template (say version 0.1.0), she will be “locked” with version 0.1.0 until she manually remove the template from her local maven repo