Skip to content

Commit

Permalink
Move the badge to the top of the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilemonn committed Feb 11, 2025
1 parent 7af67c6 commit 84dea9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ Coverage:
go tool cover -html cover.out -o cover.html
-->

[![Go Coverage](https://github.com/Kilemonn/flow/wiki/coverage.svg)](https://raw.githack.com/wiki/Kilemonn/flow/coverage.html)


A data channel creation and chaining CLI tool for directing data flow between processes, files, sockets and serial ports.

This can be used for various tasks such as automated testing, pipelines or other tasks to hand data across to different applications/sockets/serial ports or files for processing.
Data can be duplicated and written to multiple destinations as it flows between each node. When configured with a timeout the application can automatically close once no data has flowed between any node for the specified duration (to deal with any tests in inconsistent timing requirements).

[![Go Coverage](https://github.com/Kilemonn/flow/wiki/coverage.svg)](https://raw.githack.com/wiki/Kilemonn/flow/coverage.html)

## Quick Start

Install the tool via command line:
Expand Down

0 comments on commit 84dea9a

Please sign in to comment.