|
6 | 6 | <!-- [![Quality][quality-image]][quality-url] --> |
7 | 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 @ciptex/openapi-typescript-codegen --save-dev |
| 28 | +npm install @asc11cat/openapi-typescript-codegen --save-dev |
29 | 29 | ``` |
30 | 30 |
|
31 | 31 |
|
@@ -513,11 +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://www.npmjs.com/package/@ciptex/openapi-typescript-codegen |
517 | | -[npm-image]: https://img.shields.io/npm/v/@ciptex/openapi-typescript-codegen.svg |
| 516 | +[npm-url]: https://www.npmjs.com/package/@asc11cat/openapi-typescript-codegen |
| 517 | +[npm-image]: https://img.shields.io/npm/v/@asc11cat/openapi-typescript-codegen.svg |
518 | 518 | [license-url]: LICENSE |
519 | | -[license-image]: https://img.shields.io/npm/l/@ciptex/openapi-typescript-codegen.svg |
520 | | -[downloads-url]: https://npm-stat.com/charts.html?package=@ciptex/openapi-typescript-codegen |
521 | | -[downloads-image]: https://img.shields.io/npm/dm/@ciptex/openapi-typescript-codegen.svg |
| 519 | +[license-image]: https://img.shields.io/npm/l/@asc11cat/openapi-typescript-codegen.svg |
| 520 | +[downloads-url]: https://npm-stat.com/charts.html?package=@asc11cat/openapi-typescript-codegen |
| 521 | +[downloads-image]: https://img.shields.io/npm/dm/@asc11cat/openapi-typescript-codegen.svg |
522 | 522 | [build-url]: https://github.com/Ciptex/openapi-typescript-codegen/actions/workflows/push.yml |
523 | 523 | [build-image]: https://github.com/Ciptex/openapi-typescript-codegen/actions/workflows/push.yml/badge.svg |
0 commit comments