UNPKG

@iobroker/create-adapter

Version:

Command line utility to create customized ioBroker adapters

7 lines 245 B
"use strict"; const templateFunction = answers => { return JSON.stringify(answers, undefined, "\t"); }; templateFunction.customPath = ".create-adapter.json"; module.exports = templateFunction; //# sourceMappingURL=_create-adapter.json.js.map