gulp-muxml
v2.0.0
Published
An XML parsing and formatting plugin for gulp
Downloads
224
Maintainers
Readme
gulp-muxml
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
- muxml | API for muxml
- muxml-cli | CLI for muxml
- grunt-muxml | muxml as a
Grunt
plugin
License
MIT © t1st3