Skip to content

Commit

Permalink
feat(docs): Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza authored Apr 12, 2024
1 parent db6c08c commit 336d4e7
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Your user-friendly SAX wrapper to transform XML files easily, with memory consumption in mind.

[![Saxeed CI](https://github.com/olivergondza/saxeed/actions/workflows/ci.yaml/badge.svg)](https://github.com/olivergondza/saxeed/actions/workflows/ci.yaml)
[![Maven Central Version](https://img.shields.io/maven-central/v/com.github.olivergondza/saxeed)](https://central.sonatype.com/artifact/com.github.olivergondza/saxeed)
[![javadoc](https://javadoc.io/badge2/com.github.olivergondza/saxeed/javadoc.svg)](https://javadoc.io/doc/com.github.olivergondza/saxeed)

## Spirit

Saxeed, a SAX wrapper, stream process XML input performing modifications to its outputs based on predefined transformation(s).
Expand Down Expand Up @@ -37,18 +41,6 @@ More complex changes can be implemented by subscribing visitors to multiple tags
- [Basic Concepts](./docs/BASICS.md)
- [Implementing Visitors](./docs/VISITORS.md)

### Dependency

To consume the library in maven:

```xml
<dependency>
<groupId>com.github.olivergondza</groupId>
<artifactId>saxeed</artifactId>
<version>...</version>
</dependency>
```

## Maintenance

### Contributing
Expand Down

0 comments on commit 336d4e7

Please sign in to comment.