UNPKG

lorehub

Version:

Capture and surface the collective wisdom of your codebase

7 lines (6 loc) 136 B
#!/usr/bin/env node import { run } from './cli/cli.js'; run().catch(error => { console.error('Error:', error); process.exit(1); });