The hardest part is setting up GnuPG, and that only needs to be done once per machine. Leiningen has a guide on it:
https://github.com/technomancy/leiningen/blob/master/doc/GPG.md Once that's done, deploying is just a single command: "lein deploy clojars". I believe the process for Boot is similar, except the command is "boot push --repo clojars". On 31 May 2017 at 10:07, Jiyin Yiyong <[email protected]> wrote: > I tried Lein and Boot. It requires several steps and confused me very long > time at first. After I made it work in Boot then I never want to write the > configs by myself again. > > Now a year has part. What's the simplest way to do it? Can I do that in a > way as simple as npm? > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- James Reeves booleanknot.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
