Skip to content

Commit

Permalink
docs(readme): update
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Aug 24, 2023
1 parent 9e2ca86 commit af87c2a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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).
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit af87c2a

Please sign in to comment.