MCPcopy
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
3import { copyFile, mkdir, access, constants, readFile } from 'fs/promises';
4import { join, resolve, dirname } from 'path';

Callers

nothing calls this directly

Calls 1

copyFilesFunction · 0.85

Tested by

no test coverage detected