0.2.6 • Published 5 years ago

cpr-promise v0.2.6

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

cpr-promise

Just a promise wrapper around the cpr node module.

See https://github.com/davglass/cpr and https://www.npmjs.com/package/cpr

Install with:

npm install --save cpr-promise

Use like this:

var cprp = require('cpr-promise');

cprp('path/from/', 'path/to/', options)
  .then(doSomething)
  .catch(doSomethingElse);

The first three parameters, from, to and options are passed straight into cpr's. See https://github.com/davglass/cpr and https://www.npmjs.com/package/cpr for the full documentation.

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

6 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago