Skip to content

A tool to convert xml data files into yml data files

License

Notifications You must be signed in to change notification settings

gurpsdomain/xml2yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xml2yaml Build Status

Deprecated This project is deprecated. The preferred way of reading data is shifted from Yaml to XML.

A tool to converter xml data files into yml data files

Building

The project relies on maven for building. Running the following command builds several artifacts.

mvn package

Usage

After building the project there is an artifact xml2yaml-<VERSION>-jar-with-dependencies.jar in the target directory. This is an executable jar that can be run with the following command

java -jar xml2yaml-<VERSION>-jar-with-dependencies.jar <data-file>

For ease of use, one can create the following script

#! /usr/bin/env bash

LOCATION=<INSTALLATION-DIRECTORY>
VERSION=<INSTALLED-VERSION>

java -jar $LOCATION/xml2yaml-$VERSION-jar-with-dependencies.jar "$@"

substituting the correct values for <INSTALLATION-DIRECTORY> and <VERSION>.

About

A tool to convert xml data files into yml data files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages