RE: [ANN] org.clojure/tools.cli 0.4.1

2018-09-23 Thread Sean Corfield
Alex says the auto-generation process is broken and needs to be run manually for each project right now. I figured out that was `clojure/contrib-api-doc` and ran it on `tools.cli` so those docs are up-to-date now. I also ran it manually for `java.jdbc` so that’s up-to-date (0.7.9-SNAPSHOT) as w

Re: Clojure(Script) web apps in 2018

2018-09-23 Thread Nathan Fisher
Duct looks interesting. I found luminous useful for when I first started with web dev in clojure but started running against its project layout. On Sun, Sep 23, 2018 at 15:17, Rick Moynihan wrote: > I really quite like weavejester's duct, because it's essentially a > familiar / standard ring app

RE: [ANN] org.clojure/tools.cli 0.4.1

2018-09-23 Thread Sean Corfield
That documentation is auto-generated behind the scenes as part of the build system (I think, or maybe some other process) so if it isn’t up-to-date, maybe Alex Miller can take a look? Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not an

Re: [ANN] org.clojure/tools.cli 0.4.1

2018-09-23 Thread Patrick Kristiansen
Thanks, Sean. Any chance you could update the API documentation here: http://clojure.github.io/tools.cli/index.html On Sunday, September 23, 2018 at 5:18:44 AM UTC+2, Sean Corfield wrote: > > Tools for working with command line arguments. > https://github.com/clojure/tools.cli clj -Sdeps '{:dep

Re: Clojure(Script) web apps in 2018

2018-09-23 Thread Rick Moynihan
I really quite like weavejester's duct, because it's essentially a familiar / standard ring app, but with integrant based configuration modules, and sensible defaults. It's not perfect though, e.g. ataraxy is somewhat under-developed, so I'd look at swapping it out for bidi or something more matur

Re: [ANN] org.clojure/tools.cli 0.4.1

2018-09-23 Thread Howard Lewis Ship
Thanks for this library, I use it in lots and lots of my projects. On Sat, Sep 22, 2018 at 8:18 PM Sean Corfield wrote: > Tools for working with command line arguments. > https://github.com/clojure/tools.cli clj -Sdeps '{:deps > {org.clojure/tools.cli {:mvn/version "0.4.1"}}}' > Boot/Leiningen: