Skip to content

Install

TeoDev1611 edited this page Aug 13, 2022 · 1 revision

The install command!

You can use this flags on the: install command and the add alias

Flags Description
--host [host] Change from deno.land/x to other
-s, --std [std] Add a dependency from the std library
-h, --help The CLI help message

DPM does not download files on the computer, only write the correct url on the dpm_imports.json file and make a experience of development like NodeJS and NPM or Yarn

For install dependencies from the deno.land/x register you need only write:

dpm install draco dlog2 json-colorize

For install dependencies from the deno std register you need only use this!

dpm install --std flag async http path
## You need put the name of the library and the flag -s or --std

For install dependencies from other host you need run:

dpm install example_dep --host nest.land

Made with ♥ in Ecuador and the World

Clone this wiki locally