Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add back readme
  • Loading branch information
wing328 committed Jul 29, 2019
commit 99a149c4cd67eecb9448ce110dd486563ec721bb
35 changes: 35 additions & 0 deletions modules/openapi-generator/src/main/resources/ocaml/readme.mustache
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# {{{projectName}}}
{{#appDescription}}
{{{appDescription}}}
{{/appDescription}}

This OCaml package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: {{appVersion}}
- Package version: {{packageVersion}}
{{^hideGenerationTimestamp}}
- Build date: {{generatedDate}}
{{/hideGenerationTimestamp}}
- Build package: {{generatorClass}}
{{#infoUrl}}
For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}})
{{/infoUrl}}

## Requirements.

OCaml 4.x

## Installation

Please run the following commands to build the package `{{{packageName}}}`:

```sh
opam install ppx_deriving_yojson cohttp ppx_deriving cohttp-lwt-unix
eval $(opam env)
dune build
```

## Getting Started

TODO