Recursive concurrent copy, ultrafast
简体中文 | English
npm i fast-cpy
fast-cpy <src> <dest>
import { copy, copyBin } from "fast-cpy";
await copy("src", "dest"); // Node native stream, supporting large files
await copyBin("src", "dest"); // Use go, suitable for multiple files
Made with markthree
Published under MIT License.