Skip to content

GregsStack/XmlTransformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XmlTransformer

License

Transform XML files with ease, written in C#.

Usage/Examples

Docker

The following example maps the current directory on the host with the directory /var in the container. The file web.config will be transformed using web.Release.config and the result written to web.config.

docker run --rm -v "$(pwd):/var" gregsstack/xmltransformer:latest /var/web.config /var/web.Release.config /var/web.config

License

XmlTransformer is licensed under the MIT License (MIT).

About

Transform XML files with ease

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published