JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q30219F
  • License MIT

An XML parsing and formatting plugin for Grunt

Package Exports

  • grunt-muxml

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (grunt-muxml) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

grunt-muxml Build Status Travis Coverage Status

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.

License

MIT © t1st3