Optional
dirthe desired output directory.
if a relative path is provided, then it will be resolved as a path relative to Deno's current working directory. (which is generally where deno.json
resides.)
Optional
logselect logging level:
false
or "none"
: skip logging.true
or "basic"
: log what is being carried out at the top level."verbose"
: in addition to basic logging, it also logs which files/folders are being copied or generated.Optional
dryrunenable dryrun
if you wish for nothing to be written onto the the filesystem.
configuration options for createFiles.