npm.io
0.4.1 • Published 9 years ago

gulp-esdoc

Licence
MIT
Version
0.4.1
Deps
3
Vulns
0
Weekly
0
Stars
11

gulp-esdoc

Gulp plugin for ESDoc

NPM

Circle CI

Installation

npm install gulp-esdoc --save-dev

Usage

var esdoc = require("gulp-esdoc");

// document "./src" folder and output at "./docs" folder
gulp.src("./src")
  .pipe(esdoc({ destination: "./docs" }));

API

esdoc(options)

options.destination is required. See here for more options.

Tests

Run:

npm test

License

MIT

Keywords