dep-copy-file
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

dep-copy-file

copy file or directory for Node.js

Install

With npm do:

npm install dep-copy-file --save

Example

const copy = require('dep-copy-file');
 
const source = './source';
const dest = './dest';
 
copy(source,dest).then(()=>{
    //dosomething...
})
.catch(()=>{
    //dosomething...
});

API

  • copyDep(source,dest);

/dep-copy-file/

    Package Sidebar

    Install

    npm i dep-copy-file

    Weekly Downloads

    4

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    4.02 kB

    Total Files

    5

    Last publish

    Collaborators

    • kiliaosi