fs-multi-copy

2.0.0 • Public • Published

fs-multi-copy

Node.JS copy multiple files

Installation

npm install fs-multi-copy -S

or

yarn add fs-multi-copy

How to use

const mc = require('fs-multi-copy')
 
mc([
  {
    from: 'tmp.0',
    to: 'tmp.0.out'
  },
  {
    from: 'tmp.1',
    to: 'tmp.1.out'
  }
]).then(() => {
  // copied
}).catch(err => {
  // something wrong happened
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    0

Package Sidebar

Install

npm i fs-multi-copy

Weekly Downloads

0

Version

2.0.0

License

MIT

Last publish

Collaborators

  • nickmessing