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

Readme

Keywords

Package Sidebar

Install

npm i gulp-puml

Weekly Downloads

2

Version

0.1.24

License

MIT

Last publish

Collaborators

  • bond007