Skip to content

Commit 4082824

Browse files
added ci badge
1 parent 4389401 commit 4082824

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# dartstruct
22
An annotation processor inspired by mapstruct for generating type-safe mappers
33

4+
![Dart CI](https://github.com/KernelPanic92/dartstruct/workflows/Dart%20CI/badge.svg)
5+
46
## What is dartstruct?
57

68
dartstruct is a Dart annotation processor, inspired by Java MapStruct, for the generation of type-safe and performant mappers for dart classes. It saves you from writing mapping code by hand, which is a tedious and error-prone task.

0 commit comments

Comments
 (0)