Skip to content

max-mapper/cptar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cptar

recursive file and folder copy using in memory tar streams

usage

Pass in source and destination paths. All files/folders will be copied from source to destination.

The destination folder will be created if it does not exist.

var cptar = require('cptar')

cptar('./source', './dest', function (err) {
  if (err) throw err
  // your data has been copied
})

About

recursive file and folder copy using in memory tar streams

Resources

Stars

Watchers

Forks

Packages

No packages published