gulp-mox

0.0.4 • Public • Published

gulp-mox

Gulp plugin for using mox ( A markdown javascript documentation generator)

  • Issues with the output should be reported on the mox issue tracker.*

Build Status

Install

$ npm install --save-dev gulp-mox

Usage

var gulp = require('gulp');
var mox = require('gulp-mox');
 
gulp.task('documentation', function () {
    return gulp.src('anySourceFile.js')
        .pipe(mox())
        .pipe(gulp.dest('documentation'));
});

Example Documentation Output

See the mox examples.

API

mox(options)

See the mox options.

License

MIT © Tim Chaplin

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gulp-mox

    Weekly Downloads

    2

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • tjchaplin