UNPKG

sfcoe-ailabs

Version:

AI-powered code review tool with static analysis integration for comprehensive code quality assessment.

9 lines (6 loc) 156 B
#!/usr/bin/env node async function main() { const { execute } = await import('@oclif/core'); await execute({ dir: import.meta.url }); } await main();