Skip to content

Commit

Permalink
docs(readme): adds badgets
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatoum committed May 14, 2020
1 parent 1ce2b35 commit a5c227c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
![CI](https://github.com/xolvio/typescript-event-sourcing/workflows/CI/badge.svg)
[![Maintainability](https://api.codeclimate.com/v1/badges/640342f38bcd97af7301/maintainability)](https://codeclimate.com/repos/5ebc9a4f49e99a0178002bcd/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/640342f38bcd97af7301/test_coverage)](https://codeclimate.com/repos/5ebc9a4f49e99a0178002bcd/test_coverage)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

# DDD, ES & CQRS w/ TS
## (Domain Driven Design, Event Sourcing & Command Query Responsibility Segregation with Typescript)
## _Domain Driven Design, Event Sourcing & Command Query Responsibility Segregation with Typescript_

A reference repository that aims to reduce the learning curve for people trying to learn the above.

Expand Down

0 comments on commit a5c227c

Please sign in to comment.