TD-253: Add README

This commit is contained in:
Rinat Arsaev 2022-03-31 12:10:29 +03:00
parent d321bd77e8
commit eca5296b79
2 changed files with 14 additions and 0 deletions

View File

@ -3,5 +3,6 @@
<component name="PrettierConfiguration">
<option name="myRunOnSave" value="true" />
<option name="myRunOnReformat" value="true" />
<option name="myFilesPattern" value="{**/*,*}.{js,ts,jsx,tsx,md}" />
</component>
</project>

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# OpenAPI Generator CLI (Angular)
Based on [@openapitools/openapi-generator-cli](https://www.npmjs.com/package/@openapitools/openapi-generator-cli). Unlike the original one, it allows you to publish typescript-angular project.
**Now only for Angular.**
> OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (both 2.0 and 3.0 are supported). Please see OpenAPITools/openapi-generator.
## Usage
```shell
vality-openapi ./web_deploy/swagger.json
```