gulp-puml

0.1.24 • Public • Published

gulp-puml

Build Status

PlantUML rendering Gulp plugin.

Install

$ npm i -D gulp-puml

Usage

var gulp = require('gulp');
var puml = require('gulp-puml');
 
gulp.task('default', function () {
    return gulp.src('doc/puml/**/*.puml')
        .pipe(puml())
        .pipe(gulp.dest('doc/img/'));
});

API

puml(options)

options

format

Type: string Default: svg

Format of output files. Currently only svg format supported.

License

MIT © bondden 2015

/gulp-puml/

    Package Sidebar

    Install

    npm i gulp-puml

    Weekly Downloads

    1

    Version

    0.1.24

    License

    MIT

    Last publish

    Collaborators

    • bond007