0.0.1 • Published 2 years ago

@daniakash/make-docs v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

make-docs 📑

Make docs is a very simple utility to generate webpages out of your markdown files powered by 11ty

How to use

All options

$ make-docs --help
make-docs <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]