Books.jl

Create books with Julia.

CI Testing Code Style: Blue

Usage

To install this package (Julia ≥1.6), use

pkg> add Books

Next, go into a directory containing the Julia project for a book that you want to build. See the docs folder of this project for an example project. Then, you can serve your book as a website via

julia --project -ie 'using Books; serve()'

and create a PDF with

julia> using Books

julia> pdf()

For more information, see the documentation.