Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/installer/mod.ts>install

A modern runtime for JavaScript and TypeScript.
Go to Latest
function install
import { install } from "https://deno.land/x/deno@v0.22.0/std/installer/mod.ts";

Parameters

moduleName: string
moduleUrl: string
flags: string[]
optional
installationDir: string

Returns

Promise<void>