Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Awesome-T authored Apr 9, 2024
1 parent 35bca5f commit fb475fc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
[![Pub package](https://img.shields.io/pub/v/d2p_gen.svg)](https://pub.dev/packages/d2p_gen)
[![GH: WiKi](https://img.shields.io/badge/FAQ-90e22b)](https://github.com/Awesome-T/d2p_gen/wiki/FAQ)
[![Pub likes](https://badgen.net/pub/likes/d2p_gen)](https://pub.dev/packages/d2p_gen)
![GH: issues](https://img.shields.io/github/issues/Awesome-T/d2p_gen)
![GH: PRs](https://img.shields.io/github/issues-pr/Awesome-T/d2p_gen)
![GH: last commit](https://img.shields.io/github/last-commit/Awesome-T/d2p_gen?color=blue&logo=GitHub&style=flat)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](ttps://github.com/Naereen/StrapDown.js/graphs/commit-activity)
![GitHub Discussions](https://img.shields.io/github/discussions/Awesome-T/d2p_gen)
[![style: lint](https://img.shields.io/badge/style-lint-4BC0F5.svg)](https://pub.dev/packages/lint)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Awesome-T/d2p_gen/blob/dev/LICENSE)


# d2p_gen

The "d2p_proto" Dart package facilitates the automatic generation of protocol buffer files (.proto) by leveraging Dart code annotations provided by the [d2p_annotation](https://github.com/Awesome-T/d2p_annotation) package. It streamlines the process of creating .g.proto files, mappers, and associated tests, enhancing the efficiency of working with protocol buffers in Dart projects.
Expand Down Expand Up @@ -212,4 +224,4 @@ Once all relevant files have been created, the testing of the mapper will begin
| repeated | Iterables|

> Full comparison of proto types to programming languages on the official website [website](https://protobuf.dev/programming-guides/proto3/#scalar)
<!-- > It's not a -->
<!-- > It's not a -->

0 comments on commit fb475fc

Please sign in to comment.