An XML parsing and formatting plugin for
gulp
Thin wrapper around muxml
to make it a gulp plugin.
Also available as a Grunt plugin.
$ npm install --save gulp-muxml
const gulp = require('gulp');
const muxml = require('gulp-muxml');
gulp.task('default', () => {
return gulp.src('src/*')
.pipe(muxml({strict: true})
.pipe(gulp.dest('dist'));
});
Supports streaming mode.
See muxml
's options, which are all supported.
Grunt
pluginMIT © t1st3