Skip to content

herber/file-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File copy

Copy a file

Installation

npm install --save file-copy

Usage

const copy = require('file-copy');

copy('src', 'dest');

Working example in test.js

License

MIT

Releases

No releases published

Packages

No packages published