gulp-flatraml

0.1.1 • Public • Published

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'));
});

Readme

Keywords

Package Sidebar

Install

npm i gulp-flatraml

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • muss52
  • jacksang7
  • brookguo
  • wangxidong
  • jihoun
  • dimitrigilbert