1.0.1 • Published 8 years ago

cptar v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

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
})
1.0.1

8 years ago

1.0.0

8 years ago