$ 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" }
}
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Roughly implement CLI tool to convert YAML to Dhall
License
matsubara0507/yaml-to-dhall
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Roughly implement CLI tool to convert YAML to Dhall
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published