0.0.8 • Published 5 years ago

doxstrap v0.0.8

Weekly downloads
9
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.7

8 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago