UNPKG

@iobroker/create-adapter

Version:

Command line utility to create customized ioBroker adapters

10 lines 426 B
"use strict"; const createAdapter_1 = require("../../../src/lib/createAdapter"); const templateFunction = _answers => { return (0, createAdapter_1.readFile)("config.raw.yml", __dirname); }; templateFunction.customPath = ".github/ISSUE_TEMPLATE/config.yml"; // Reformatting this would create mixed tabs and spaces templateFunction.noReformat = true; module.exports = templateFunction; //# sourceMappingURL=config.yml.js.map