New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gulp-jsdox-z

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-jsdox-z

Gulp plugin for the JSDox markdown generator for JSDoc

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
9
125%
Maintainers
1
Weekly downloads
 
Created
Source

gulp-jsdox-z

Gulp plugin for the JSDox markdown generator for JSDoc

Installation

npm install --save-dev gulp-jsdox-z

Usage

jsdox(destination[, templateDir])
var gulp = require('gulp');
var jsdox = require('gulp-jsdox-z');

gulp.task('doc', function () {
    gulp.src('src/**/*.js', {read : false})
        .pipe(jsdox('dir/for/documents'));
});

Params

  • destination

    Documents output directory

  • templateDir

    Template files directory, reference the 'templates' directory

Todo

  • Optimization templates

Keywords

gulp

FAQs

Package last updated on 09 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts