configuration
13 tools tagged "configuration".
INI to YAML
Convert classic [section]-based INI files into nested YAML.
Open toolENV to YAML
Convert .env-style KEY=value lines into a flat YAML mapping.
Open toolHCL to YAML
Convert HCL blocks and attributes (a Terraform-style config subset) into nested YAML.
Open toolHOCON to YAML
Convert HOCON (Typesafe Config) key/value pairs and dot-paths into nested YAML.
Open toolYAML Merge Tool
Merge two YAML documents, either shallowly (B's keys win) or deeply (nested mappings merge too).
Open toolNestedText to YAML Converter
Parse NestedText's key/list/multiline syntax into nested YAML.
Open toolProperties to YAML Converter
Rebuild nested YAML from flat Java-style key=value .properties lines.
Open toolTOML to YAML Converter
Convert TOML tables and arrays of tables into nested YAML.
Open toolYAML to NestedText Converter
Convert YAML into NestedText's minimal, everything-is-a-string format.
Open toolYAML to Properties Converter
Flatten YAML into Java-style key=value .properties lines.
Open toolYAML to TOML Converter
Convert YAML into TOML's table and array-of-tables syntax.
Open tool.env File Generator
Build a .env or .env.example file from key/value rows, grouped into sections, with framework-aware notes.
Open tool.env File Validator
Paste .env text and get a report of duplicate keys, missing '=', unquoted spaces, empty values, and stringly-typed booleans/numbers.
Open tool