UNPKG

genkit-cli

Version:

CLI for interacting with the Google Genkit AI framework

9 lines 243 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const cli_1 = require("../cli"); void (async () => { await (0, cli_1.startCLI)(); process.exit(); })(); //# sourceMappingURL=genkit.js.map