UNPKG

lorehub

Version:

Capture and surface the collective wisdom of your codebase

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