packages feed

openapi3-code-generator 0.1.0.3 → 0.1.0.4

raw patch · 2 files changed

+9/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -4,10 +4,16 @@ ## How to use? 1. install [stack](https://docs.haskellstack.org/en/stable/install_and_upgrade/) 1. `stack install openapi3-code-generator`-1. `openapi3-code-generator my_specification.yml`+1. `openapi3-code-generator-exe my_specification.yml`  An `out` directory is created with the generated code. Hint you can use `--output-dir` to specify another output directory. You can use `openapi3-code-generator --help` to list all CLI options.++If `openapi3-code-generator-exe` is not found, you may not have added the cabal bin to your `PATH`. Execute `~/bin/openapi3-code-generator-exe` instead.++## How to run from source+1. `stack build`+1. `stack run -- --help`  ## Example package In the folder `example` is a package that uses the generated code from `specifications/petstore.yml`.
openapi3-code-generator.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 93f2838ca8b420e4def924dc107fa4b207fabde3bdc91dec0756e97c7e4905f0+-- hash: 2d7ec1c26136fb123a14fbba656b051e46a7bc9640fdb2fce0d110c00af662e2  name:           openapi3-code-generator-version:        0.1.0.3+version:        0.1.0.4 license:        MIT license-file:   LICENSE copyright:      2020 Remo Dörig & Joel Fisch