Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revelc/xml-formatter
XML formatter for use with net.revelc formatter-maven-plugin
https://github.com/revelc/xml-formatter
formatter hacktoberfest xml
Last synced: 2 months ago
JSON representation
XML formatter for use with net.revelc formatter-maven-plugin
- Host: GitHub
- URL: https://github.com/revelc/xml-formatter
- Owner: revelc
- License: epl-2.0
- Created: 2019-03-23T17:51:32.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T12:45:08.000Z (6 months ago)
- Last Synced: 2024-08-12T14:27:12.557Z (6 months ago)
- Topics: formatter, hacktoberfest, xml
- Language: Java
- Homepage:
- Size: 279 KB
- Stars: 8
- Watchers: 5
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xml-formatter
[![mvn verify][ci_img]][ci_link]
[![Maven Central][maven_img]][maven_link]
[![License][license_img]][license_link]This project provides a library to (re)format your XML files. It is based on
[Eclipse's Ant Formatter][formatter] with some modification and extra features.
It is deigned to be used by revelc's [formatter-maven-plugin] but should be
usable in other contexts.This software is provided WITHOUT ANY WARRANTY, and is available under the
Eclipse Public License, Version 2. Any code loss caused by using this plugin is
not the responsibility of the author(s). Be sure to use some source repository
management system such as GIT before using this library.Contributions are welcome.
[ci_img]: https://github.com/revelc/xml-formatter/workflows/mvn%20verify/badge.svg
[ci_link]: https://github.com/revelc/xml-formatter/actions
[formatter-maven-plugin]: https://github.com/revelc/formatter-maven-plugin
[formatter]: https://github.com/eclipse/eclipse.platform/tree/master/ant/org.eclipse.ant.ui/Ant%20Editor/org/eclipse/ant/internal/ui/editor/formatter
[license_img]: https://img.shields.io/badge/license-EPL%202.0-blue.svg
[license_link]: https://github.com/revelc/xml-formatter/blob/main/LICENSE
[maven_img]: https://maven-badges.herokuapp.com/maven-central/net.revelc.code.formatter/xml-formatter/badge.svg
[maven_link]: https://maven-badges.herokuapp.com/maven-central/net.revelc.code.formatter/xml-formatter