Recursive concurrent copy, ultrafast
npm install fast-cpyRecursive concurrent copy, ultrafast
ç®€ä½“ä¸æ–‡ | English
``shell`
npm i fast-cpy
`shell`
fast-cpy
`ts
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.