-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NuGet.org's content security policy and reduced Markdown rendering support mean that the project README doesn't render well in the NuGet gallery. Instead, add a dedicated package README with pared-back information that will render better.
- Loading branch information
1 parent
ef5816b
commit 21e9d21
Showing
2 changed files
with
20 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
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# JustSaying | ||
|
||
[![NuGet](https://img.shields.io/nuget/v/JustSaying.svg?maxAge=3600)](https://www.nuget.org/packages/JustSaying/) | ||
[![Build status](https://img.shields.io/github/actions/workflow/status/justeattakeaway/JustSaying/build.yml?branch=main&logo=github)](https://github.com/justeattakeaway/JustSaying/actions?query=workflow%3Abuild+branch%3Amain) | ||
[![codecov](https://codecov.io/gh/justeattakeaway/JustSaying/branch/main/graph/badge.svg)](https://codecov.io/gh/justeattakeaway/JustSaying) | ||
|
||
A helpful library for publishing and consuming events/messages over SNS (SNS/SQS as a message bus). | ||
|
||
## Documentation | ||
|
||
Documentation can be found [here](https://justeat.gitbook.io/justsaying/). | ||
|
||
## Feedback | ||
|
||
Any feedback or issues for this library can be added to the issues in [GitHub](https://github.com/justeattakeaway/JustSaying/issues "This package's issues on GitHub.com"). | ||
|
||
## License | ||
|
||
This package is licensed under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.html "The Apache 2.0 license") license. |