copy-file Fast, simple file copying Usage npm install fast-copy-file var copyFile = require('fast-copy-file');copyFile(from, to, function (err) { });