From eca5296b79c201beef05434f74e78feb82f5908b Mon Sep 17 00:00:00 2001 From: Rinat Arsaev <11846445+KrickRay@users.noreply.github.com> Date: Thu, 31 Mar 2022 12:10:29 +0300 Subject: [PATCH] TD-253: Add README --- .idea/prettier.xml | 1 + README.md | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 README.md diff --git a/.idea/prettier.xml b/.idea/prettier.xml index 727b8b5..00a1542 100644 --- a/.idea/prettier.xml +++ b/.idea/prettier.xml @@ -3,5 +3,6 @@ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa8bb5e --- /dev/null +++ b/README.md @@ -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 +```