grunt-muxml
v2.0.0
Published
An XML parsing and formatting plugin for Grunt
Downloads
5
Maintainers
Readme
grunt-muxml
An XML parsing and formatting plugin for
Grunt
Thin wrapper around muxml
to make it a Grunt plugin.
Also available as a gulp plugin.
Install
$ npm install --save-dev grunt-muxml
Usage
'use strict';
module.exports = function (grunt) {
grunt.initConfig({
muxml: {
dist: {
files: [{
expand: false,
cwd: 'fixtures/',
src: '*initial.xml',
dest: 'tmp/'
}],
options: {
strict: true
}
}
}
});
grunt.loadNpmTasks('grunt-muxml');
grunt.registerTask('default', [
'muxml'
]);
};
Options
See muxml
's options, which are all supported.
Related
- muxml | API for muxml
- muxml-cli | CLI for muxml
- gulp-muxml | muxml as a
gulp
plugin
License
MIT © t1st3