Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonstreator committed Dec 17, 2023
1 parent 42f409d commit 4fdf281
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# txob

generic transactional outbox event processor
<h1 align="center">txob</h1>
<p align="center">A generic transactional outbox event processor</p>
<p align="center">
<a href="https://codecov.io/gh/dillonstreator/txob" >
<img src="https://codecov.io/gh/dillonstreator/txob/graph/badge.svg?token=E9M7G67VLL"/>
</a>
<a aria-label="NPM version" href="https://www.npmjs.com/package/txob">
<img alt="" src="https://badgen.net/npm/v/txob">
</a>
<a aria-label="License" href="https://github.com/dillonstreator/txob/blob/main/LICENSE">
<img alt="" src="https://badgen.net/npm/license/txob">
</a>
<a aria-label="Typescript" href="https://github.com/dillonstreator/txob/blob/main/src/cache.ts">
<img alt="" src="https://badgen.net/npm/types/txob">
</a>
<a aria-label="CodeFactor" href="https://www.codefactor.io/repository/github/dillonstreator/txob">
<img alt="" src="https://www.codefactor.io/repository/github/dillonstreator/txob/badge">
</a>
</p>

0 comments on commit 4fdf281

Please sign in to comment.