make-docs-from-md
v0.2.0
Published
make documentation pages from your markdown files
Downloads
3
Readme
make-docs-from-md 📑
Make docs from md is a very simple utility to generate webpages out of your markdown files powered by 11ty
How to use
All options
$ make-docs-from-md --help
make-docs-from-md <cmd> [args]
Options:
--version Show version number [boolean]
-s, --source-dir Source directory containing the markdown files
[string] [default: "."]
-o, --output-dir Output directory to create the html files
[string] [default: "_site"]
-w, --watch Watch the directory for file changes & live reload
[boolean] [default: false]
--help Show help [boolean]