Skip to content

giift/gulp-flatraml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This plugin allows combining a raml file and its dependencies into a unique file within the gulp pipeline mechanism.

Install with npm

npm install --save-dev gulp-flatraml

Add it in your gulpfile

const flat = require('gulp-flatraml');

gulp.task('flatten', function() {
    return gulp.src('*.raml')
    .pipe(flat())
    .pipe(gulp.dest('dist'));
});

About

Be able to use flat-raml in a gulpy fashion

Resources

Stars

Watchers

Forks

Packages

No packages published