Skip to content
#

copy

Here are 430 public repositories matching this topic...

sazulo
sazulo commented Sep 26, 2016

if I do a thing like

const copy = require('copy');

const files = ['dist/**/*','README.md','LICENSE.md'];
copy(files, '/tmp/folder', (err, files) => {
 // handle result here 
})

Result :

  • README.md and LICENSE.md are located in /tmp
  • The content of the dist folder is in '/tmp/folder'

Should be :

  • README.md and LICENSE.md are located in /tmp/folder
  • T
bug

Improve this page

Add a description, image, and links to the copy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the copy topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.