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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    1

Package Sidebar

Install

npm i gulp-jsdoc-json

Weekly Downloads

3

Version

1.0.1

License

none

Last publish

Collaborators

  • webcaetano