Skip to content

Commit

Permalink
Merge pull request #4 from LeComptoirDesPharmacies/feature/7.8.0
Browse files Browse the repository at this point in the history
New version
  • Loading branch information
AntoineDuComptoirDesPharmacies authored Aug 22, 2024
2 parents cb7194c + 87fdeb1 commit 742ab28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 47 deletions.
50 changes: 4 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,6 @@
# OpenApi Generator PIP Package Generator

[![Join the Slack chat room](https://img.shields.io/badge/Slack-Join%20the%20chat%20room-orange)](https://join.slack.com/t/openapi-generator/shared_invite/enQtNzAyNDMyOTU0OTE1LTY5ZDBiNDI5NzI5ZjQ1Y2E5OWVjMjZkYzY1ZGM2MWQ4YWFjMzcyNDY5MGI4NjQxNDBiMTlmZTc5NjY2ZTQ5MGM)
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>

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](https://github.com/OpenAPITools/openapi-generator)

---

This project checks the [maven repository](https://mvnrepository.com/artifact/org.openapitools/openapi-generator-cli)
once a day for a new version and will publish this new version automatically as a python package.

## Installation

You can install the package either in a virtual environment or globally.

```sh
# install the latest version of "openapigenerator"
pip install openapigenerator

# install a specific version of "openapigenerator"
pip install openapigenerator==4.2.0
```

After installation `openapi-generator` command will be available in your virtual environment or globally
depending on your installation

To check the version, for example. Type the following command

```sh
# this will print the correct version number
openapi-generator version
```

## Further Documentation

Please refer to the [official openapi-generator docs](https://github.com/OpenAPITools/openapi-generator#3---usage) for
more information about the possible arguments and a detailed usage manual of the command line interface.

## Like the package?

Please leave a star.

## Have suggestions or feedback?

Please raise an issue, happy to hear from you :)
How to :
Download JAR on https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/
Move jar to "openapi_generator_cli" folder and rename to remove version number
Push on github and release to trigget github action
Binary file modified openapi_generator_cli/openapi-generator-cli.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3rc1
7.8.0

0 comments on commit 742ab28

Please sign in to comment.