meta-doc

1.0.9 • Public • Published

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 -g

Create new documentation project using default skeleton:

meta-doc -i ./my-doc

Start local server and automatically recompile when content change:

meta-doc -w -s ./my-doc

Congratulations, 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-doc

Self-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 doc

Testing

npm install --dev
npm test

License

META Doc is published under Apache License 2.0.

Package Sidebar

Install

npm i meta-doc

Weekly Downloads

8

Version

1.0.9

License

Apache License

Last publish

Collaborators

  • metaplatform