JuliaDocs/Franklin.jl

(docs) Franklin in CLI interactive mode

Open

#750 opened on Dec 31, 2020

View on GitHub
 (3 comments) (2 reactions) (0 assignees)Julia (118 forks)batch import
docsgood first issue

Repository metrics

Stars
 (1,060 stars)
PR merge metrics
 (Avg merge 71d 9h) (4 merged PRs in 30d)

Description

Kindly suggested by @rikhuijzer

I like to use julia -ie 'using Franklin; Franklin.serve(). Thanks to using e, Julia will remain open in interactive mode even when Franklin stops. When Franklin has errored out, you can call Franklin.serve() again without having to reload Julia and all the packages.

This could be added in the "workflow" docs.

Contributor guide