KageKirin.XmlFormat.Tool
0.0.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global KageKirin.XmlFormat.Tool --version 0.0.5
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local KageKirin.XmlFormat.Tool --version 0.0.5
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=KageKirin.XmlFormat.Tool&version=0.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package KageKirin.XmlFormat.Tool --version 0.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
<img src="icon.svg" alt="xml format icon" height="200" width="200" align="right" />
XmlFormat, aka xf
XmlFormat (project name), aka xf
(command name)
is a simple and straightforward XML formatter
written in C#.
⚡ Getting Started
🔧 Installation
dotnet tool install -g XmlFormat
This will make xf
available on the commandline.
Print an XML file after formatting
xf <file.xml>
or
cat <file.xml> | xf
Format an XML file and write the result back
xf --inline <file.xml>
Format many XML files
xf --inline *.xml
xf --inline `fd xml$`
fd xml$ -x xf {}
🔨 Build the Project
dotnet build
▶ Settings
The configuration file for xf
is, unironically,
a TOML file in the current directory from which the tool is run,
called .xmlformat
.
🤝 Collaborate with My Project
Please refer to COLLABORATION.md.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
0.4.2 | 80 | 6/6/2025 |
0.4.1 | 89 | 6/6/2025 |
0.4.0 | 97 | 6/6/2025 |
0.3.13 | 97 | 6/6/2025 |
0.3.12 | 98 | 6/6/2025 |
0.3.11 | 99 | 6/5/2025 |
0.3.10 | 102 | 6/5/2025 |
0.3.9 | 102 | 6/5/2025 |
0.3.8 | 99 | 6/4/2025 |
0.3.7 | 101 | 6/4/2025 |
0.3.6 | 98 | 6/4/2025 |
0.3.5 | 103 | 6/4/2025 |
0.3.4 | 101 | 6/4/2025 |
0.3.3 | 112 | 6/4/2025 |
0.3.2 | 114 | 6/3/2025 |
0.3.1 | 110 | 6/3/2025 |
0.3.0 | 128 | 5/28/2025 |
0.2.7 | 129 | 5/28/2025 |
0.2.6 | 130 | 5/26/2025 |
0.2.5 | 133 | 5/26/2025 |
0.2.4 | 111 | 5/23/2025 |
0.2.3 | 135 | 5/22/2025 |
0.2.2 | 130 | 5/21/2025 |
0.2.1 | 136 | 5/20/2025 |
0.2.0 | 129 | 5/20/2025 |
0.1.2 | 133 | 5/20/2025 |
0.1.1 | 130 | 5/20/2025 |
0.1.0 | 126 | 5/20/2025 |
0.0.19 | 132 | 5/20/2025 |
0.0.18 | 132 | 5/20/2025 |
0.0.17 | 132 | 5/19/2025 |
0.0.16 | 132 | 5/19/2025 |
0.0.15 | 128 | 5/19/2025 |
0.0.14 | 129 | 5/19/2025 |
0.0.13 | 131 | 5/19/2025 |
0.0.12 | 127 | 5/19/2025 |
0.0.11 | 215 | 5/14/2025 |
0.0.10 | 215 | 5/14/2025 |
0.0.9 | 211 | 5/14/2025 |
0.0.8 | 212 | 5/14/2025 |
0.0.7 | 211 | 5/14/2025 |
0.0.6 | 212 | 5/14/2025 |
0.0.5 | 212 | 5/14/2025 |
0.0.4 | 214 | 5/14/2025 |
0.0.3 | 215 | 5/14/2025 |
0.0.2 | 220 | 5/14/2025 |
0.0.1 | 217 | 5/14/2025 |
CHANGELOG.md