0.0.13 • Published 2 years ago

fast-cpy v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago