meta-doc v1.0.9
meta-doc
META Doc is modern tool for generating rich project documentations using Markdown or HTML with support of various visual styles and custom templates.
See official META Doc documentation for more info and user guide.
Getting started
Install via NPM:
npm install meta-doc -gCreate new documentation project using default skeleton:
meta-doc -i ./my-docStart local server and automatically recompile when content change:
meta-doc -w -s ./my-docCongratulations, you have running documentation. Open it at http://127.0.0.1:8080/ and check out Writer's Guide.
To compile documentation once without server just execute:
meta-doc ./my-docSelf-documentation
Documentation of META Doc is included in repository and generated by META Doc itself.
To open documentation clone repository then run following command and open http://127.0.0.1:8080/.
npm install
npm run docTesting
npm install --dev
npm testLicense
META Doc is published under Apache License 2.0.