UNPKG
lorehub
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
Capture and surface the collective wisdom of your codebase
github.com/RoeeJ/lorehub
RoeeJ/lorehub
lorehub
/
src
/
index.ts
7 lines
(6 loc)
•
136 B
text/typescript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
import
{ run }
from
'./cli/cli.js'
;
run
().
catch
(
error
=>
{
console
.
error
(
'Error:'
, error); process.
exit
(
1
); });