node-xdt

1.2.1 • Public • Published

node-xdt

Node.js module to transform Web.config(XML) using xdt(Microsoft Xml Document Transformation)

npm install node-xdt --save

var xdt = require('node-xdt');

var options = {
     src: '{path}/Web.config',
     dest: '{outpath}/Web.config',
     transform:'{path}/Web.Release.config',
     useMono: true
};

xdt(options,function(error){
    //....
});

Package Sidebar

Install

npm i node-xdt

Weekly Downloads

29

Version

1.2.1

License

MIT

Last publish

Collaborators

  • feiin