JuliaDocs/Franklin.jl

(docs) Franklin in CLI interactive mode

Open

#750 geöffnet am 31. Dez. 2020

Auf GitHub ansehen
 (3 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Julia (1.060 Stars) (118 Forks)batch import
docsgood first issue

Beschreibung

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