Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callumalpass/tasknotes
/ copy-files.mjs
File
copy-files.mjs
copy-files.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env node
2
3
import
{ copyFile, mkdir, access, constants, readFile } from
'fs/promises'
;
4
import
{ join, resolve, dirname } from
'path'
;
Callers
nothing calls this directly
Calls
1
copyFiles
Function · 0.85
Tested by
no test coverage detected