|
1 | 1 | # OpenAPI Typescript Codegen
|
2 | 2 |
|
3 |
| -<!-- [![NPM][npm-image]][npm-url] --> |
| 3 | +[![NPM][npm-image]][npm-url] |
4 | 4 | [![License][license-image]][license-url]
|
5 |
| -<!-- [![Coverage][coverage-image]][coverage-url] |
6 |
| -[![Quality][quality-image]][quality-url] |
7 |
| -[![Code Climate][climate-image]][climate-url] |
| 5 | +<!-- [![Coverage][coverage-image]][coverage-url] --> |
| 6 | +<!-- [![Quality][quality-image]][quality-url] --> |
| 7 | +<!-- [![Code Climate][climate-image]][climate-url] --> |
8 | 8 | [![Downloads][downloads-image]][downloads-url]
|
9 |
| -[![Build][build-image]][build-url] --> |
| 9 | +[![Build][build-image]][build-url] |
10 | 10 |
|
11 | 11 | > Node.js library that generates Typescript clients based on the OpenAPI specification.
|
12 | 12 |
|
|
25 | 25 | ## Install
|
26 | 26 |
|
27 | 27 | ```
|
28 |
| -npm install openapi-typescript-codegen --save-dev |
| 28 | +npm install @ciptex/openapi-typescript-codegen --save-dev |
29 | 29 | ```
|
30 | 30 |
|
31 | 31 |
|
@@ -513,17 +513,11 @@ In order to compile the project and resolve the imports, you will need to enable
|
513 | 513 | in your `tsconfig.json` file.
|
514 | 514 |
|
515 | 515 |
|
516 |
| -[npm-url]: https://npmjs.org/package/openapi-typescript-codegen |
| 516 | +[npm-url]: https://www.npmjs.com/package/@ciptex/openapi-typescript-codegen |
517 | 517 | [npm-image]: https://img.shields.io/npm/v/openapi-typescript-codegen.svg
|
518 | 518 | [license-url]: LICENSE
|
519 | 519 | [license-image]: http://img.shields.io/npm/l/openapi-typescript-codegen.svg
|
520 |
| -[coverage-url]: https://codecov.io/gh/ferdikoomen/openapi-typescript-codegen |
521 |
| -[coverage-image]: https://img.shields.io/codecov/c/github/ferdikoomen/openapi-typescript-codegen.svg |
522 |
| -[quality-url]: https://lgtm.com/projects/g/ferdikoomen/openapi-typescript-codegen |
523 |
| -[quality-image]: https://img.shields.io/lgtm/grade/javascript/g/ferdikoomen/openapi-typescript-codegen.svg |
524 |
| -[climate-url]: https://codeclimate.com/github/ferdikoomen/openapi-typescript-codegen |
525 |
| -[climate-image]: https://img.shields.io/codeclimate/maintainability/ferdikoomen/openapi-typescript-codegen.svg |
526 |
| -[downloads-url]: http://npm-stat.com/charts.html?package=openapi-typescript-codegen |
| 520 | +[downloads-url]: http://npm-stat.com/charts.html?package=@ciptex/openapi-typescript-codegen |
527 | 521 | [downloads-image]: http://img.shields.io/npm/dm/openapi-typescript-codegen.svg
|
528 |
| -[build-url]: https://circleci.com/gh/ferdikoomen/openapi-typescript-codegen/tree/master |
529 |
| -[build-image]: https://circleci.com/gh/ferdikoomen/openapi-typescript-codegen/tree/master.svg?style=svg |
| 522 | +[build-url]: https://github.com/Ciptex/openapi-typescript-codegen/actions/workflows/push.yml |
| 523 | +[build-image]: https://github.com/Ciptex/openapi-typescript-codegen/actions/workflows/push.yml/badge.svg |
0 commit comments