Package Exports
- gulp-esdoc
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gulp-esdoc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
gulp-esdoc
Gulp plugin for ESDoc
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