1.0.3 • Published 2 years ago

@solvencino/fs-stream v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

fs-stream

It is a file copier using only one stream! all of the files are passsed through one stream separeted by "𐞙".

Example

const { send, receive } = require("@solvencino/fs-stream")

send("files").pipe(receive("copied"))

Limits

  1. It cant copy files containing "𐞙".
  2. It will not copy empty folders.