Skip to content

feiin/node-xdt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published