-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
469a7c0
commit b9653f6
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
# Conduit Commons | ||
|
||
:construction: | ||
[![License](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/ConduitIO/conduit-commons/blob/main/LICENSE.md) | ||
[![Test](https://github.com/ConduitIO/conduit-commons/actions/workflows/test.yml/badge.svg)](https://github.com/ConduitIO/conduit-commons/actions/workflows/test.yml) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/conduitio/conduit-commons)](https://goreportcard.com/report/github.com/conduitio/conduit-commons) | ||
[![Go Reference](https://pkg.go.dev/badge/github.com/conduitio/conduit-commons.svg)](https://pkg.go.dev/github.com/conduitio/conduit-commons) | ||
|
||
Conduit Commons is a module containing shared code between | ||
[Conduit](https://github.com/conduitio/conduit) and other related Conduit | ||
repositories like [Conduit Connector SDK](https://github.com/conduitio/conduit-connector-sdk) | ||
and [Conduit Processor SDK](https://github.com/conduitio/conduit-processor-sdk). | ||
|
||
Check the [Go Reference](https://pkg.go.dev/github.com/conduitio/conduit-commons) | ||
documentation for more information on the included packages. |