JoshBrudnak / Lojidoc

A tool for generating markdown documentation for java projects
https://joshbrudnak.github.io/Lojidoc
Apache License 2.0
7 stars 7 forks source link

Provide downloadable binaries #15

Open sdruskat opened 5 years ago

sdruskat commented 5 years ago

Describe the feature you'd like I'd like to be able to download pre-compiled binaries from GitHub releases, the way you can do for mdBook.

Additional context I'm working in a research project where we build a Java software we'd like to document with mdBook, or possibly a combination of mdBook and Lojidoc. Future maintainers of the project will include people that are not well-versed in software development in general, so we'd like to point them to a "page" where they can simply download a binary and run it to automatically create nicely-rendered Javadocs.

JoshBrudnak commented 5 years ago

@sdruskat Sorry for the delayed response, midterms ... So far Lojidoc has mainly been tested on Linux but I'll be adding better Windows support soon. When I cut that release I'll make sure to include Linux and Windows pre-compiled binaries similar to mdbook. Thanks 👍

sdruskat commented 5 years ago

@JoshBrudnak Thanks. It'd be great if you tracked this in this issue when it happens, so that we can pick it up easily and see to integrating Lojidoc into our workflow!