UNPKG

mover

Version:

Takes files from one place and puts them in another place

19 lines (16 loc) 239 B
var plan = { "depth1": { "depth2": { files: [ "C:/test/LICENSE", ], "depth3" : { files: [ "C:/test/package.json", "C:/test/mover.js" ] } } } } // end plan exports.plan = plan;