import { copy } from "https://dotland.deno.dev/x/ultra@v2.0.1/lib/build/deps.ts";
Copy a file or directory. The directory can have contents. Like cp -r
.
Requires the --allow-read
and --allow-write
flag.
import { copy } from "https://dotland.deno.dev/x/ultra@v2.0.1/lib/build/deps.ts";
Copy a file or directory. The directory can have contents. Like cp -r
.
Requires the --allow-read
and --allow-write
flag.