Packages
Install the Polyconv package that matches your workflow.
Package Overview
| Package | Purpose | npm | Source |
|---|---|---|---|
@polyconv/cli | Command-line conversion, formatting, and minifying for supported formats. | npm | source |
@polyconv/core | Core types, errors, and validation helpers for converter packages. | npm | source |
@polyconv/json | JSON conversion utilities for XML, YAML, TOML, CSV, TSV, INI, ENV, tables, and query strings. | npm | source |
@polyconv/toml | TOML to JSON conversion utilities with pretty output and recursive key sorting. | npm | source |
@polyconv/cli
pnpm add -g @polyconv/cliUse this package for terminal conversion, formatting, and minifying workflows.
@polyconv/json
pnpm add @polyconv/jsonUse 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/tomlUse this package for TOML to JSON conversion.
@polyconv/core
pnpm add @polyconv/coreUse this package when building Polyconv-compatible converters or when you need the shared ConversionError and validation helpers.