Releases: FamousArchives/famous-doc-generator
Releases · FamousArchives/famous-doc-generator
v0.1.2
Command Line Support
famous-doc-generator on the command line now supports:
--base=[path] The directory to start searching from
--out=[path] The directory where the compiled templates will write to.
--ignore=[paths OPTIONAL] Add a directory nested underneath the base directory to ignore.
--outData=[path OPTIONAL] Path where the json data will be saved. Useful to debug templates
--pathPrefix=[path OPTIONAL] All asset pathing will get this prefix.
--headerTemplate=[path OPTIONAL] Header partial to include.
--footerTemplate=[path OPTIONAL] Footer partial to include.