Installation
Learn how to install Moonlink.js via different methods
This guide explains the various methods to install Moonlink.js.
Table of Contents
Overview
Moonlink.js is a library designed to simplify certain tasks in your project. This guide covers the different installation methods available.
Prerequisites:
- Node.js: v22 or higher
Installation Options
Using a Package Manager
Install Moonlink.js using your preferred package manager:
npm
yarn
pnpm
npm install moonlink.js
Installation via GitHub
If you want to install directly from the GitHub repository (for example, to get the latest stable updates), use:
npm
yarn
pnpm
npm install git+https://github.com/Ecliptia/moonlink.js.git
Development Version
For those interested in testing the development version (located on the dev
branch), install it via GitHub by specifying the branch:
npm
yarn
pnpm
npm install git+https://github.com/Ecliptia/moonlink.js.git#dev