# README
fint-jsonschema-generator
Description
Generates JSON Schema
Usage
Install
Binaries
Precompiled binaries are available as Docker images
Mount the directory where you want the generated source code to be written as /src
.
Linux / MacOS:
docker run -v $(pwd):/src fint/jsonschema-generator:latest <ARGS>
Windows PowerShell:
docker run -v ${pwd}:/src fint/jsonschema-generator:latest <ARGS>
Source
To install, use go get
:
go get -d github.com/FINTLabs/fint-jsonschema-generator
go install github.com/FINTLabs/fint-jsonschema-generator
Author
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
# Constants
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author