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 (1,060 stars) (118 forks)batch import
docsgood first issue

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