Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x2hml

Build Status License Docs

The official suite of data converters for transforming structured data formats (YAML, JSON, TOML, and more) into HML.

x2hml is maintained as a monorepo containing standalone command-line tools and libraries for each source format.

Packages

Package Language Description Status
yml2hml hica Convert YAML documents and streams to HML 🟡 Active Dev
json2hml hica Convert JSON payloads and streams to HML 📑 Planned

Basic Usage

Command Line

# Convert a YAML file to HML
yml2hml input.yaml > output.hml

# Pipeline into query tools like hq
yml2hml service.yml | hq '.spec.ports[]'

Related Projects

  • HML Specification – The target markup language definition.
  • HML library – Reference implementation of the HML specification in hica.
  • hq – A command-line HML query and stream processor (not started yet).

📄 License

Licensed under the MIT License.

About

Coverters from X to HML (Hica Markup Language) configuration format

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Contributors

Languages