2.0.0 • Published 5 years ago

gulp-muxml v2.0.0

Weekly downloads
16
License
MIT
Repository
github
Last release
5 years ago

gulp-muxml Build Status Travis Coverage Status

An XML parsing and formatting plugin for gulp

Thin wrapper around muxml to make it a gulp plugin.

Also available as a Grunt plugin.

Install

$ npm install --save gulp-muxml

Usage

const gulp = require('gulp');
const muxml = require('gulp-muxml');

gulp.task('default', () => {
    return gulp.src('src/*')
        .pipe(muxml({strict: true})
        .pipe(gulp.dest('dist'));
});

API

Supports streaming mode.

muxml(options)

options

See muxml's options, which are all supported.

Related

License

MIT © t1st3