Skip to content

AntonioSun/xmlfmt

Repository files navigation

xmlfmt - XML formatting command line tool

About XML formatting, see https://github.com/go-xmlfmt/xmlfmt.

Download/Install

Download binaries

  • The latest binary executables are available right under the github release page
    https://github.com/AntonioSun/xmlfmt/releases
    as the result of the Continuous-Integration process.
  • I.e., they are built during every git tagged push, automatically by GitHub Actions, right from the source code, truely WYSIWYG.
  • The .deb, .rpm and .apk packages are readily available, as well as the executables for other Linux and Windows as well.
  • Pick & choose the binary executable that suits your OS and its architecture. E.g., for Linux, it would most probably be the xmlfmt_ver_linux_amd64.tar.gz file.
  • Unzip it and put the executable somewhere in the PATH, after downloading it.

Install Source

To install the source code instead:

go get github.com/AntonioSun/xmlfmt

Author(s) & Contributor(s)

Powered by WireFrame, PoweredBy WireFrame, the one-stop wire-framing solution for Go cli based projects, from start to deploy.

All patches welcome.