System Requirements
- NPM 8.6.0
- Node.JS 18
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up your project to use ToolrinthLib
Install via NPM
npm install @toolrinth/lib
Create an ApiClient
import * as Modrinth from "@toolrinth/lib";
const apiClient = new Modrinth.ApiClient(token?);
