/xml-js-cli

Self contained CLI version of xml-js

Primary LanguageJavaScriptMIT LicenseMIT

xml-js-cli

Self contained CLI version of xml-js.

Usage

The executable reads from the stdin and writes the converted string to the stdout.

The flag --format controls the input/output format:

  • --format json -> expects xml input and ouputs json
  • --format xml -> expects json input and outputs xml

License

Licensed under the incredibly permissive MIT license