Skip to content

Commit

Permalink
adds badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangsa committed Jul 27, 2022
1 parent 511c578 commit f1590a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# ZenWave Code Generator

> :warning: Work in progress.
[![Maven Central](https://img.shields.io/maven-central/v/io.github.zenwave360/zenwave-generator.svg?label=Maven%20Central&logo=apachemaven)](https://search.maven.org/artifact/io.github.zenwave360/zenwave-generator)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/ZenWave360/zenwave-generator?logo=GitHub)](https://github.com/ZenWave360/zenwave-generator/releases)
[![build](https://github.com/ZenWave360/zenwave-generator/workflows/build/badge.svg)](https://github.com/ZenWave360/zenwave-generator/actions/workflows/build.yml)
[![coverage](https://raw.githubusercontent.com/ZenWave360/zenwave-generator/badges/jacoco.svg)](https://github.com/ZenWave360/zenwave-generator/actions/workflows/build.yml)
[![branches coverage](https://raw.githubusercontent.com/ZenWave360/zenwave-generator/badges/branches.svg)](https://github.com/ZenWave360/zenwave-generator/actions/workflows/build.yml)
[![GitHub](https://img.shields.io/github/license/ZenWave360/zenwave-generator)](https://github.com/ZenWave360/zenwave-generator/blob/main/LICENSE)


ZenWave Code Generator is a configurable and extensible code generator tool for **Domain Driven Design (DDD)** and **API-First** that can generate code from a mix of different models including:

Expand Down

0 comments on commit f1590a1

Please sign in to comment.