gulp-muxml
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/gulp-muxml package

2.0.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    48
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    48
  • 1.0.0
    0
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i gulp-muxml

Weekly Downloads

48

Version

2.0.0

License

MIT

Unpacked Size

4.35 kB

Total Files

4

Last publish

Collaborators

  • t1st3