Skip to content

Garmingo/framework-js-server

Repository files navigation

FiveM Framework Library (server-side)

This library allows you to easily interact with the servers framework, without writing the same code over and over again for each framework.

YouTube Video

Installation

npm install @garmingo/framework-js-server

Supported Frameworks

  • ESX Legacy
  • ESX Infinity
  • QBCore
  • Custom implementations

Usage

import { Framework } from '@garmingo/framework-js-server';

const framework = new Framework();

framework.getPlayerWalletMoney(playerId);
framework.addPlayerWalletMoney(playerId, 500);
...

Docs

Project setup and usage

Type reference

Other packages

https://github.com/Garmingo/framework-js-client

https://github.com/Garmingo/FrameworkLibraryNET

https://github.com/Garmingo/framework-lua

Contact Us

Discord: https://discord.gg/c7UQ2ca