recursive-copy-progress

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i recursive-copy-progress

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • ksinas