From af87c2af3d962fbd254ef0551a770a11458b4ad6 Mon Sep 17 00:00:00 2001 From: unadlib Date: Fri, 25 Aug 2023 00:46:33 +0800 Subject: [PATCH] docs(readme): update --- README.md | 8 ++++++++ package.json | 6 +++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78aaa32..d9025f6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # openapi-client-codegen +![Node CI](https://github.com/unadlib/openapi-client-codegen/workflows/Node%20CI/badge.svg) +[![npm](https://img.shields.io/npm/v/mutative.svg)](https://www.npmjs.com/package/openapi-client-codegen) +![license](https://img.shields.io/npm/l/openapi-client-codegen) + Node.js library that generates Typescript function chaining clients based on the OpenAPI specification. - Full type @@ -36,3 +40,7 @@ const result5 = await client.pet.post({ }, }); ``` + +## License + +openapi-client-codegen is [MIT licensed](https://github.com/unadlib/openapi-client-codegen/blob/main/LICENSE). diff --git a/package.json b/package.json index 2bb3f1d..200caf0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,11 @@ "url": "https://github.com/unadlib/openapi-client-codegen/issues" }, "homepage": "https://github.com/unadlib/openapi-client-codegen#readme", - "keywords": [], + "keywords": [ + "openapi-client-codegen", + "openapi", + "openapi-client" + ], "devDependencies": { "@rollup/plugin-commonjs": "^25.0.4", "@rollup/plugin-node-resolve": "^15.1.0",