Skip to content

Commit a342c48

Browse files
committed
docs(readme.md): add shields
1 parent cae8b21 commit a342c48

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# def-gen
22

3+
[![npm package][npm-img]][npm-url]
4+
[![Build Status][build-img]][build-url]
5+
[![Downloads][downloads-img]][downloads-url]
6+
[![Issues][issues-img]][issues-url]
7+
[![Code Coverage][codecov-img]][codecov-url]
8+
39
A powerful tool to infer types from JavaScript values and generate code from these inferred types.
410

511
> [!NOTE]
@@ -173,3 +179,14 @@ Configuration for the TypeScript code generator.
173179
## License
174180

175181
MIT
182+
183+
[build-img]: https://github.com/veloii/def-gen/actions/workflows/release.yml/badge.svg
184+
[build-url]: https://github.com/veloii/def-gen/actions/workflows/release.yml
185+
[downloads-img]: https://img.shields.io/npm/dt/def-gen
186+
[downloads-url]: https://www.npmtrends.com/def-gen
187+
[npm-img]: https://img.shields.io/npm/v/def-gen
188+
[npm-url]: https://www.npmjs.com/package/def-gen
189+
[issues-img]: https://img.shields.io/github/issues/veloii/def-gen
190+
[issues-url]: https://github.com/veloii/def-gen/issues
191+
[codecov-img]: https://codecov.io/gh/veloii/def-gen/branch/main/graph/badge.svg
192+
[codecov-url]: https://codecov.io/gh/veloii/def-gen

0 commit comments

Comments
 (0)