@aniojs/node-fs-copy Copy a path of any type. import {copy} from "@aniojs/node-fs-copy" console.log( await copy("examples/src", "examples/dest") ) Todo: add function to copy with permissions/owner Could be implemented as nodeFsCopy(src, dest, {faithful: true})