deno vendor <specifiers...>

Vendor remote modules into a local directory

Arguments

NameDescription
specifiersfilepaths

Options

NameDescription
--output [output]The directory to output the vendored modules to
-c, --config [config]Specify the configuration file
--import-map [import-map]Load import map file
--lock [lock]Check the specified lock file
-r, --reload [reload...]Reload source code cache (recompile TypeScript)
--cert [cert]Load certificate authority from PEM encoded file
-L, --log-level [log-level]Set log level
-f, --forceForcefully overwrite conflicting files in existing output directory
--no-configDisable automatic loading of the configuration file
-h, --helpPrint help information
--unstableEnable unstable features and APIs
-q, --quietSuppress diagnostic output