template-cli 0.4.4

CLI for templating based on JSON, YAML or HCL configuration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "a": 1,
  "b": "string",
  "c": {
    "nested": {
      "d": "value"
    }
  },
  "e": false,
  "f": {
    "g": 1
  },
  "h": [
    1,
    2,
    3
  ]
}