Installation

Table of Contents


Installation Methods

There are several ways to install jsonschemaprofiles:

Download Binary

Download pre-built binaries from the GitHub Releases page for the latest version.

GitHub release

Choose the appropriate binary for your platform and add it to your PATH.

Install Using Go

Install directly from the Go toolchain:

go install github.com/UnitVectorY-Labs/jsonschemaprofiles/cmd/jsonschemaprofiles@latest

This installs the command-line tool globally, allowing you to run jsonschemaprofiles from any terminal. The intended use of this is as a library, but it can be used as a CLI tool as well for quick testing and development.

Build from Source

Build the application from source code:

git clone https://github.com/UnitVectorY-Labs/jsonschemaprofiles.git
cd jsonschemaprofiles
go build -o jsonschemaprofiles ./cmd/jsonschemaprofiles/