ty- / doxstrap

Yet another documentation generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DoxStrap

JavaScript documentation generator based on JSDoc syntax, Dox parser, Twitter Bootstrap CSS, and Prism syntax highlighter.

Installation

npm install -g doxstrap

Usage

Parse the JSDoc in all source files in src/**/*.js, and write the output to the doc folder:

doxstrap --title "My Docs" --output doc

Local

You can also install it local to your project:

npm install doxstrap --save-dev

./node_modules/doxstrap/bin/doxstrap.js --title "My Docs" --output doc

About

Yet another documentation generator


Languages

Language:HTML 69.8%Language:JavaScript 22.8%Language:CSS 7.4%