Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bloqhead/mdoc

Just a simple way to generate documentation for a project. Good for handing off to a third party developer or a client.
https://github.com/bloqhead/mdoc

Last synced: about 2 months ago
JSON representation

Just a simple way to generate documentation for a project. Good for handing off to a third party developer or a client.

Awesome Lists containing this project

README

        

# Markdown => HTML Doc Generator

## Wtf is this shit
Just a simple way to generate documentation for a project. Good for
handing off to a third party developer or a client. It will output
HTML files from your markdown files and then automatically generate
a table of contents and a jump menu for going to sections of your
documents.

## Getting started
1. Clone the repo (duh)
2. Run `$ npm install`
3. Run `$ grunt watch`
4. Start creating markdown files and placing them in the `md` directory
5. Go to the project root folder in your favorite web browser
6. ?????
7. PROFIT!

### Credits
* [GruntJS](http://gruntjs.com)
* [md2html](https://www.npmjs.com/package/md2html)