Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cobusgreyling/loop-engineering
/ cli.ts
File
cli.ts
tools/loop-init/src/cli.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env node
2
import
{ spawn } from
'node:child_process'
;
3
import
{ cp, mkdir, readFile, writeFile, access } from
'node:fs/promises'
;
4
import
path from
'node:path'
;
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected