Releases: arakilian0/mkcp
Releases · arakilian0/mkcp
Release v0.2.1-beta
v0.2.1 (minor changes to meta info)
Release v0.1.7-beta
Node.js copying utility. Provide a source and a destination, and mkcp() will go ahead and copy the source into the destination. The source can either be a file or directory. The destination has to be a directory, and you can create multi level directories by using slash / notation.
Example:
const mkcp = require('mkcp');
mkcp('test.js', 'build/test');