0.0.4 • Published 5 years ago

@dokidokimodmanager/mod-installer v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@dokidokimodmanager/mod-installer

A tool for installing mods into existing copies of DDLC.

Example

import ModInstaller from "@dokidokimodmanager/mod-installer";

ModInstaller.installMod("path/to/ddlcMod.zip", "path/to/install-folder").then(() => {
    // launch the mod
}).catch(e => {
    console.warn(e);
});