copys2

0.1.0 • Public • Published

copys2

install

npm i copys2 --save

use

var copys2 = require('copys2')
var srcs = [
    'test1.txt',
    'test2.txt',
]
var dsts = [
    'test3.txt',
    'test4.txt',
]
copys2(srcs, dsts)
    .then(() => {
        console.log('ok')
    })

Readme

Keywords

Package Sidebar

Install

npm i copys2

Weekly Downloads

2

Version

0.1.0

License

ISC

Last publish

Collaborators

  • guoshengqiang