1.2.1 • Published 9 years ago

node-xdt v1.2.1

Weekly downloads
109
License
MIT
Repository
github
Last release
9 years ago

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){
	//....
});
1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

10 years ago

1.0.0

10 years ago