amka / go-openapi-converter

Go OpenApi converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go OpenApi converter

It helps you to convert OpenAPI files from version 2 to 3.

πŸ§‘β€πŸ’» Usage

Install with go install:

$ go install github.com/amka/go-openapi-converter@latest

and run it with cli command:

$ go-openapi-converter source_file destination_file

πŸ›  Hacking

All you need is to get Golang and git.

$ git clone github.com/amka/go-openapi-converter
$ cd go-openapi-converter
$ go build go-openapi-converter

πŸ‘¨β€πŸŽ¨ Contribution

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

πŸ’³ Licensing

Distributed under the MIT License. See LICENSE.txt for more information.

About

Go OpenApi converter

License:MIT License


Languages

Language:Go 100.0%