mirror of
https://github.com/scarf-sh/tie.git
synced 2024-11-22 10:31:56 +03:00
Tie allows generation of Haskell server stubs from OpenAPI (v 3.x) specifications.
.github/workflows | ||
bin | ||
src | ||
test | ||
.gitignore | ||
cabal.project | ||
CHANGELOG.md | ||
default.nix | ||
LICENSE | ||
README.md | ||
Request.template.hs | ||
scarf-api.yaml | ||
shell.nix | ||
tie.cabal |
TIE
Development very much in progress. Public release coming soon!
Quick Start
Replace the input in brackets with what suits your project.
tie --output <tie> \
--module-name <Tie.Namespace1.Namespace2> \
--package-name <tie> \
<tie-spec.yaml>