Skip to content

ksinas/recursive-copy-progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recursive copy with progress emitter

Install npm install --save recursive-copy-progress

Usage

const copy = require('recursive-copy-progress')

copy(src, dest, [options, ] callback)
    .on('progress', (update) => {
        console.log('update', update)
    })

Options: supports all the options from original recursive-copy package, plus:

  • interval (int): sets the rate of progress emitter. Default is 100ms

About

Recursive copy with progress emitter

Resources

License

Stars

Watchers

Forks

Packages

No packages published