Skip to content

Releases: arakilian0/mkcp

Release v0.2.1-beta

05 Nov 09:05
Compare
Choose a tag to compare
v0.2.1 (minor changes to meta info)

Release v0.1.7-beta

01 Nov 16:05
Compare
Choose a tag to compare

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');