the 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 (dnt
itself will still log).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.undefined
: unchange logging from previous state (which is "basic"
by default).Optional
dryrunenable dryrun
if you wish for nothing to be written onto the the filesystem.
configuration options for createFiles. there are only three configurable fields available: dir, log, and dryrun