Polyconv

Packages

Install the Polyconv package that matches your workflow.

Package Overview

PackagePurposenpmSource
@polyconv/cliCommand-line conversion, formatting, and minifying for supported formats.npmsource
@polyconv/coreCore types, errors, and validation helpers for converter packages.npmsource
@polyconv/jsonJSON conversion utilities for XML, YAML, TOML, CSV, TSV, INI, ENV, tables, and query strings.npmsource
@polyconv/tomlTOML to JSON conversion utilities with pretty output and recursive key sorting.npmsource

@polyconv/cli

pnpm add -g @polyconv/cli

Use this package for terminal conversion, formatting, and minifying workflows.

@polyconv/json

pnpm add @polyconv/json

Use this package for JSON to XML, YAML, TOML, CSV, TSV, INI, ENV, Markdown table, HTML table, and URL query string conversions.

@polyconv/toml

pnpm add @polyconv/toml

Use this package for TOML to JSON conversion.

@polyconv/core

pnpm add @polyconv/core

Use this package when building Polyconv-compatible converters or when you need the shared ConversionError and validation helpers.

On this page