UNPKG

doxdox-plugin-bootstrap

Version:
21 lines (14 loc) 760 B
# doxdox-plugin-bootstrap > Bootstrap template plugin for doxdox. [![Build Status](https://travis-ci.org/neogeek/doxdox-plugin-bootstrap.svg?branch=master)](https://travis-ci.org/neogeek/doxdox-plugin-bootstrap) [![NPM Version](http://img.shields.io/npm/v/doxdox-plugin-bootstrap.svg?style=flat)](https://www.npmjs.org/package/doxdox-plugin-bootstrap) [![Greenkeeper badge](https://badges.greenkeeper.io/neogeek/doxdox-plugin-bootstrap.svg)](https://greenkeeper.io/) [![Latest Documentation](https://doxdox.org/images/badge-flat.svg)](https://doxdox.org/neogeek/doxdox-plugin-bootstrap) ## Install ```bash $ npm install doxdox doxdox-plugin-bootstrap --save-dev ``` ## Usage ```bash $ doxdox 'src/**/*.js' --layout bootstrap --output docs/index.html ```