cptar

1.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    1

Package Sidebar

Install

npm i cptar

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • maxogden