UNPKG

@jovotech/cli

Version:

Jovo Command Line Interface (Beta)

10 lines 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Collector_1 = require("../Collector"); const hook = async function ({ id }) { const collector = new Collector_1.Collector(this.config); await collector.install(id); this.config.plugins.push(collector); }; exports.default = hook; //# sourceMappingURL=InitHook.js.map