JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 758
  • Score
    100M100P100Q100947F
  • License MIT

Gulp plugin for ESDoc

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

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