{ "users.json": { "type": "json", "template": "./cfgen/users.json.hbs", "values": "./cfgen/values.json", "destination": "./output/users.json" }, "users.txt": { "type": "text", "template": "./cfgen/users.txt.hbs", "values": "./cfgen/values.json", "destination": "./output/users.txt" }, "users.yaml": { "type": "yaml", "template": "./cfgen/users.yaml.hbs", "values": "./cfgen/values.json", "destination": "./output/users.yaml" } }