claude-gemini
Version:
Global CLI tool for Claude-Gemini integration across projects
14 lines • 903 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.inject = exports.config = exports.init = exports.watch = exports.sync = void 0;
var sync_1 = require("./sync");
Object.defineProperty(exports, "sync", { enumerable: true, get: function () { return sync_1.sync; } });
var watch_1 = require("./watch");
Object.defineProperty(exports, "watch", { enumerable: true, get: function () { return watch_1.watch; } });
var init_1 = require("./init");
Object.defineProperty(exports, "init", { enumerable: true, get: function () { return init_1.init; } });
var config_1 = require("./config");
Object.defineProperty(exports, "config", { enumerable: true, get: function () { return config_1.config; } });
var inject_1 = require("./inject");
Object.defineProperty(exports, "inject", { enumerable: true, get: function () { return inject_1.inject; } });
//# sourceMappingURL=index.js.map