xdt-transform

1.0.5 • Public • Published

xdt-transform NPM version

Node.js module to transform XML files using XDT

Install this node module using npm install xdt-transform --save-dev

var T = require('xdt-transform');
var transformer = new T();
transformer.transform('[path-to-somewhere]\Web.config', 
    '[path-to-somewhere]\Web.Transform.config', 
    '[path-to-somewhere]\Web.config',
    {
        quiet: true
    }, 
    function() {
        console.log("Hello I'm a callback function!");
    });

Options

  • quiet: set to true to hide the command line.

/xdt-transform/

    Package Sidebar

    Install

    npm i xdt-transform

    Weekly Downloads

    111

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    106 kB

    Total Files

    10

    Last publish

    Collaborators

    • mcsdodo
    • steinringer-office
    • majlo