Skip to content

Working_With_Depencies

Tricked edited this page Oct 14, 2021 · 1 revision

title: Working with dependencies description: How do dependencies work with diplo

Working Working with dependencies

Initilize diplo in your current directory

$ diplo init

Then just add a new dependency by typing diplo add <dep>

$ diplo add natico

or add std packages

$ diplo add fs --std

Upgrading dependencies

this updates every deno.land/x and deno.land/std package to their latest version and fixes broken packages

$ diplo update

Clone this wiki locally