Skip to content

Commit

Permalink
README.md: added a bunch of badges. Add that OLS is using this library.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Barriga Richards committed Apr 15, 2024
1 parent c4167b0 commit 4eb5503
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[![CI Status](https://github.com/fbarriga/jVT220/workflows/CI/badge.svg)](https://github.com/fbarriga/jVT220/actions)
[![GitHub Actions Build Status](https://img.shields.io/github/actions/workflow/status/fbarriga/jVT220/publish.yml)](https://github.com/fbarriga/jVT220/actions/workflows/publish.yml?query=workflow%3A%22Publish+package+to+the+Maven+Central+Repository+and+GitHub+Packages%22)
[![GitHub license](https://img.shields.io/github/license/fbarriga/jVT220.svg)](https://github.com/fbarriga/jVT220/blob/main/LICENSE)
[![GitHub contributors](https://img.shields.io/github/contributors/fbarriga/jVT220.svg)](https://github.com/fbarriga/jVT220/graphs/contributors/)
[![GitHub issues](https://img.shields.io/github/issues/fbarriga/jVT220.svg)](https://github.com/fbarriga/jVT220/issues/)
[![GitHub pull-requests](https://img.shields.io/github/issues-pr/fbarriga/jVT220.svg)](https://github.com/fbarriga/jVT220/pulls/)

[![GitHub watchers](https://img.shields.io/github/watchers/fbarriga/jVT220.svg?style=social&label=Watch)](https://github.com/fbarriga/jVT220/watchers/)
[![GitHub forks](https://img.shields.io/github/forks/fbarriga/jVT220.svg?style=social&label=Fork)](https://github.com/fbarriga/jVT220/network/)
[![GitHub stars](https://img.shields.io/github/stars/fbarriga/jVT220.svg?style=social&label=Star)](https://github.com/fbarriga/jVT220/stargazers/)

# jVT220 - Java VT220 terminal emulator

Expand All @@ -22,6 +31,13 @@ To use the emulator as Maven dependency include in `pom.xml`
</dependency>
```

Published on:
- https://central.sonatype.com/artifact/cl.felipebarriga/jvt220

## Powered by jVT220

- [OLS](https://github.com/fbarriga/ols) - OpenLogicSniffer client

## Author

It is originally written by J.W. Janssen, <j.w.janssen@lxtreme.nl>.
Expand Down

0 comments on commit 4eb5503

Please sign in to comment.