0.0.8 • Published 6 years ago

doxstrap v0.0.8

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

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
0.0.8

6 years ago

0.0.7

9 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago