An open API service indexing awesome lists of open source software.

https://github.com/robertvazan/ladybugformatters

Collection of convenient formatters for projects using hookless and pushmode.
https://github.com/robertvazan/ladybugformatters

formatters hookless pushmode

Last synced: 4 days ago
JSON representation

Collection of convenient formatters for projects using hookless and pushmode.

Awesome Lists containing this project

README

          

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)

# Ladybug Formatters

[![Maven Central](https://img.shields.io/maven-central/v/com.machinezoo.ladybugformatters/ladybugformatters)](https://central.sonatype.com/artifact/com.machinezoo.ladybugformatters/ladybugformatters)
[![Build status](https://github.com/robertvazan/ladybugformatters/workflows/build/badge.svg)](https://github.com/robertvazan/ladybugformatters/actions/workflows/build.yml)
[![Test coverage](https://codecov.io/gh/robertvazan/ladybugformatters/branch/master/graph/badge.svg)](https://codecov.io/gh/robertvazan/ladybugformatters)

Ladybug Formatters is a Java library of formatters that convert various inputs into DOM subtrees
to be used in [PushMode](https://pushmode.machinezoo.com/) applications.
It is reactive (via [Hookless](https://hookless.machinezoo.com/)) where appropriate.
Formatted output is rounded to improve readability while tooltip can be used to see the exact value.

More on [homepage](https://ladybugformatters.machinezoo.com/).

## Status

Experimental. [Stagean](https://stagean.machinezoo.com/) is used to track progress on class and method level.

## Getting started

See [homepage](https://ladybugformatters.machinezoo.com/).

## Documentation

* [Homepage](https://ladybugformatters.machinezoo.com/)

There is no javadoc yet. See [source code](src/main/java/com/machinezoo/ladybugformatters) for available APIs.

## Feedback

Bug reports and pull requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).

## License

Distributed under [Apache License 2.0](LICENSE).