Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jansoren authored May 3, 2024
1 parent e8e0625 commit ae2215d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Filelize for java/kotlin
![Filelize build status](https://github.com/filelize/filelize-java/actions/workflows/maven.yml/badge.svg) ![Filelize release status](https://github.com/filelize/filelize-java/actions/workflows/maven-publish.yml/badge.svg)

Filelize is a lightweight library designed to simplify writing and reading data into human-readable files, requiring just one line of code.
<img align="right" src="/filelize.jpg" alt="Filelize" width="230" height="230">

<img align="right" src="/filelize.jpg" alt="Filelize" width="240" height="240">
Filelize is a lightweight library designed to simplify writing and reading data into human-readable files, requiring just one line of code.

One of the biggest advantages is in the annotations and methods provided, eliminating the need for repetitive boilerplate code. Additionally, it offers flexibility with options for both single and multiple file storage, giving an easy way to work with very large collections distributed among multiple files. Filelize is most commonly used for [Test Data Setup](https://github.com/filelize/filelize-java?tab=readme-ov-file#filelize-for-test-data-setup).

Expand Down

0 comments on commit ae2215d

Please sign in to comment.