@iobroker/create-adapter
Version:
Command line utility to create customized ioBroker adapters
11 lines • 403 B
JavaScript
;
const createAdapter_1 = require("../../src/lib/createAdapter");
module.exports = (answers => {
// This file is also used by gulpfile.js, so we need it in any case
const useTypeScript = answers.language === "TypeScript";
if (useTypeScript)
return;
// JS Version
return createAdapter_1.readFile("tools.raw.js", __dirname);
});
//# sourceMappingURL=tools.js.js.map