doxstrap

0.0.8 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i doxstrap

Weekly Downloads

9

Version

0.0.8

License

MIT

Unpacked Size

150 kB

Total Files

13

Last publish

Collaborators

  • webpro