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.
- Host: GitHub
- URL: https://github.com/robertvazan/ladybugformatters
- Owner: robertvazan
- License: apache-2.0
- Created: 2023-09-17T14:17:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T13:31:40.000Z (over 2 years ago)
- Last Synced: 2025-03-05T17:23:55.414Z (over 1 year ago)
- Topics: formatters, hookless, pushmode
- Language: Java
- Homepage: https://ladybugformatters.machinezoo.com/
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
# Ladybug Formatters
[](https://central.sonatype.com/artifact/com.machinezoo.ladybugformatters/ladybugformatters)
[](https://github.com/robertvazan/ladybugformatters/actions/workflows/build.yml)
[](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).