UNPKG

ai-templates

Version:

CLI tool for generating AI templates for different frameworks and tools

9 lines 274 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const index_1 = require("./index"); (0, index_1.runCLI)().catch((error) => { console.error('Error:', error.message); process.exit(1); }); //# sourceMappingURL=cli.js.map