UNPKG

@iobroker/create-adapter

Version:

Command line utility to create customized ioBroker adapters

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