Skip to content

Commit f5bb409

Browse files
authored
fix(swagger-builder): documentation to the API Extension (#1292)
2 parents 34aa95d + 43652ba commit f5bb409

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/@ama-sdk/swagger-builder/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,7 @@ To perform validity check of a set of Swagger Specifications, additional tools a
104104
A code generator is provided to generate an API specification extension.
105105

106106
```shell
107-
yarn yo @ama-sdk/sdk:api-extension
107+
npx -p @ama-sdk/sdk:api-extension -p @angular-devkit/schematics-cli schematics @ama-sdk/swagger-builder:api-extension <my-extension>
108108
```
109+
110+
> **Note**: get more details on how to generate an API specification extension [here](https://github.com/AmadeusITGroup/otter/blob/main/packages/%40ama-sdk/schematics/README.md#debug-the-typescript-generator).

0 commit comments

Comments
 (0)