Doq
Easy documentation using markdown.
Usage
Simple example
var doq = ; ;
Livereload example
var doq = debug = true livereload = ''; if debug livereload = '<script src="http://localhost:' + livereloadPort + '/livereload.js"></script>'; ;
Command line usage
Usage:
doq [--output=<output>] [--data=<data>] [--debug] <templates>...
doq -h | --help
doq --version
Simple example:
doq header.html body.md footer.html --output index.html