hcl/README.md
Mitchell Hashimoto 83c32989a6 README is unix
2014-07-31 12:49:26 -07:00

11 lines
408 B
Markdown

# HCL
HCL (HashiCorp Configuration Language) is a configuration language built
by HashiCorp. The goal of HCL is to build a structured configuration language
that is both human and machine friendly for use with command-line tools, but
specifically targeted towards DevOps tools, servers, etc.
HCL is heavily inspired by
[libucl](https://github.com/vstakhov/libucl),
nginx configuration, and others similar.