Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/packwiz/mod.ts>Pack#add

Deno wrapper around packwiz CLI
Latest
method Pack.prototype.add
import { Pack } from "https://deno.land/x/packwiz@0.1.0/mod.ts";

Parameters

type: "curseforge"

slug, search string, or URL. Examples: "jei", "Just Enough Items", "https://www.curseforge.com/minecraft/mc-mods/jei"

slugOrSearchOrURL: string
optional
options: CurseforgeAddOptions

Returns

Promise<void>

Parameters

type: "modrinth"

slug, search string, or URL. Examples: "indium", "Fabric Rendering Sodium", "https://modrinth.com/mod/indium"

slugOrSearchOrURL: string
optional
options: ModrinthAddOptions

Returns

Promise<void>