File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# def-gen
2
2
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
+
3
9
A powerful tool to infer types from JavaScript values and generate code from these inferred types.
4
10
5
11
> [ !NOTE]
@@ -173,3 +179,14 @@ Configuration for the TypeScript code generator.
173
179
## License
174
180
175
181
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
You can’t perform that action at this time.
0 commit comments