This program will convert an xml file into json or yml
mode: either json or yml
input: path to an xml file
output(optional): path of the new file
from the project
dotnet run {mode} {input} {output}
if it is added to the PATH
xmlto {mode} {input} {output}