|
3 | 3 | [![NPM][npm-image]][npm-url] |
4 | 4 | [![License][license-image]][license-url] |
5 | 5 | [![Coverage][coverage-image]][coverage-url] |
6 | | -[![Quality][quality-image]][quality-url] |
7 | | -[![Code Climate][climate-image]][climate-url] |
8 | 6 | [![Downloads][downloads-image]][downloads-url] |
9 | 7 | [![Build][build-image]][build-url] |
10 | 8 |
|
|
14 | 12 | - Frontend ❤️ OpenAPI, but we do not want to use JAVA codegen in our builds |
15 | 13 | - Quick, lightweight, robust and framework-agnostic 🚀 |
16 | 14 | - Supports generation of TypeScript clients |
17 | | -- Supports generations of Fetch, [Node-Fetch](#node-fetch-support), [Axios](#axios-support), [Angular](#angular-support) and XHR http clients |
| 15 | +- Supports generations of Fetch, Node-Fetch, Axios, Angular and XHR http clients |
18 | 16 | - Supports OpenAPI specification v2.0 and v3.0 |
19 | 17 | - Supports JSON and YAML files for input |
20 | 18 | - Supports generation through CLI, Node.js and NPX |
@@ -86,10 +84,6 @@ Support |
86 | 84 | [license-image]: http://img.shields.io/npm/l/openapi-typescript-codegen.svg |
87 | 85 | [coverage-url]: https://codecov.io/gh/ferdikoomen/openapi-typescript-codegen |
88 | 86 | [coverage-image]: https://img.shields.io/codecov/c/github/ferdikoomen/openapi-typescript-codegen.svg |
89 | | -[quality-url]: https://lgtm.com/projects/g/ferdikoomen/openapi-typescript-codegen |
90 | | -[quality-image]: https://img.shields.io/lgtm/grade/javascript/g/ferdikoomen/openapi-typescript-codegen.svg |
91 | | -[climate-url]: https://codeclimate.com/github/ferdikoomen/openapi-typescript-codegen |
92 | | -[climate-image]: https://img.shields.io/codeclimate/maintainability/ferdikoomen/openapi-typescript-codegen.svg |
93 | 87 | [downloads-url]: http://npm-stat.com/charts.html?package=openapi-typescript-codegen |
94 | 88 | [downloads-image]: http://img.shields.io/npm/dm/openapi-typescript-codegen.svg |
95 | 89 | [build-url]: https://circleci.com/gh/ferdikoomen/openapi-typescript-codegen/tree/master |
|
0 commit comments