ee147d9ee6
This is essentially a CLI wrapper around the hcldec package, accepting a decoding specification via a HCL-based language and using it to translate input HCL files into JSON values while performing basic structural and type validation of the input files.
15 lines
190 B
Plaintext
15 lines
190 B
Plaintext
name = "hello-world"
|
|
version = "v0.0.1"
|
|
|
|
author {
|
|
name = "Иван Петрович Сидоров"
|
|
}
|
|
|
|
contributor {
|
|
name = "Juan Pérez"
|
|
}
|
|
|
|
dependencies = {
|
|
left-pad = "1.2.0"
|
|
}
|