Skip to content

Repository files navigation

gulp-documentation

Circle CI

Use gulp with documentation to generate great documentation for your JavaScript projects.

namedescription
optionsoutput options
options.formateither 'html', 'md', 'json', or 'docset'
options.filenamecustom filename for md or json output

Returns stream.Transform

Installation

$ npm install --save-dev gulp-documentation

Example

vardocumentation=require('gulp-documentation'),gulp=require('gulp');gulp.task('documentation',function(){gulp.src('./index.js').pipe(documentation({format: 'md'})).pipe(gulp.dest('md-documentation'));gulp.src('./index.js').pipe(documentation({format: 'html'})).pipe(gulp.dest('html-documentation'));gulp.src('./index.js').pipe(documentation({format: 'json'})).pipe(gulp.dest('json-documentation'));});

About

Use gulp with documentation to generate great documentation for your JavaScript projects.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages