@iobroker/create-adapter
Version:
Command line utility to create customized ioBroker adapters
8 lines • 337 B
JavaScript
;
const createAdapter_1 = require("../../../src/lib/createAdapter");
const templateFunction = answers => {
return createAdapter_1.readFile("bug_report.raw.md", __dirname);
};
templateFunction.customPath = ".github/ISSUE_TEMPLATE/bug_report.md";
module.exports = templateFunction;
//# sourceMappingURL=bug_report.md.js.map