Hoconvert

Use this skill when the user wants to convert HOCON configuration files to JSON, YAML, or TOML.

javimosch 19352e1 876 B Updated

File contents

hoconvert Plugin

Converts HOCON (Human-Optimized Config Object Notation) configuration files to JSON, YAML, or TOML formats.

Commands

File Conversion

  • hoconvert file convert — Convert HOCON files to other formats

Usage Examples

  • "Convert this HOCON config to JSON"
  • "Turn this application.conf into YAML"
  • "Parse HOCON and output as TOML"

Installation

cargo install hoconvert

Examples

hoconvert application.conf --format json
hoconvert config.conf --format yaml --output config.yaml
hoconvert reference.conf --format toml

Key Features

  • HOCON to JSON conversion
  • HOCON to YAML conversion
  • HOCON to TOML conversion
  • Preserves data types and structure
  • Fast Rust implementation

javimosch/supercli/tree/main/plugins/hoconvert/skills/quickstart commit 19352e1795

Frequently asked questions

npx skillmds@latest add javimosch/hoconvert