Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Roughly implement CLI tool to convert YAML to Dhall

License

Notifications You must be signed in to change notification settings

matsubara0507/yaml-to-dhall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yaml-to-dhall

$ yaml-to-dhall example/example.yaml | dhall-format
{ apiVersion =
    "v1"
, kind =
    "Service"
, spec =
    { selector =
        { app = "MyApp" }
    , ports =
        [ { targetPort = 80.0, protocol = "TCP", port = 80.0 } ]
    }
, metadata =
    { name = "my-service" }
}

About

Roughly implement CLI tool to convert YAML to Dhall

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published