clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
adamfrey 2016-03-04T20:45:19.000042Z

has anyone ever discussed having generated documentation pages from the Clojure libraries hosted on Clojars?

adamfrey 2016-03-04T20:49:41.000043Z

so, a library creator could push up a library that has docstrings for all the functions and get hosted documentation automatically? IMO that would be a huge and standardized benefit to the Clojure community. I understand it would be a fair amount of work.

adamfrey 2016-03-04T20:51:11.000044Z

as an example, the elm packages site: http://package.elm-lang.org/

arrdem 2016-03-04T22:23:03.000045Z

Grimoire internally has a documentation engine capable of this, but I've never taken the next step of generating docs on jar push.

arrdem 2016-03-04T22:23:36.000046Z

This actually came up on my ideas list a few days ago. The only infrastructure I'd need is a way to get artifact coordinates when they're pushed.

arrdem 2016-03-04T22:24:15.000047Z

A short shell script wrapping https://github.com/clojure-grimoire/lein-grim would probably be all you needed beyond such a webhook.