0.0.13 • Published 9 months ago

fast-cpy v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

fast-cpy

Recursive concurrent copy, ultrafast

README 🦉

简体中文 | English

Usage

install

npm i fast-cpy

cli

fast-cpy <src> <dest>

program

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

License

Made with markthree

Published under MIT License.

0.0.10

9 months ago

0.0.11

9 months ago

0.0.12

9 months ago

0.0.13

9 months ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago