gulp-jsdoc-json

1.0.1 • Public • Published

gulp-jsdoc-json npm travis

Gulp plugin to extract json from jsdoc comments.

Install

npm install gulp-jsdoc-json

Usage

return gulp.src('test/*.js') // get all .js files with jsdoc comments
.pipe(jsdocJson({
    output:'data.json'
}))
.pipe(gulp.dest('./docs')); //output data.json

Special thanks

@75lb for made jsdoc-api

/gulp-jsdoc-json/

    Package Sidebar

    Install

    npm i gulp-jsdoc-json

    Weekly Downloads

    3

    Version

    1.0.1

    License

    none

    Last publish

    Collaborators

    • webcaetano