Installation

Installation

⚠️

Node.js 16.11.0 or newer is required.

To install Givify, run the following command in your terminal:

npm install givify
yarn add givify
pnpm add givify

Importing

To import givify, use the following code:

index.js
const { GiveawaysManager } = require("givify");
index.ts
import { GiveawaysManager } from 'givify';