Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 697 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 697 Bytes

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).