Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@nativewrappers/fivem

nativewrappers2.9kMIT0.0.148TypeScript support: included

Native wrappers and utilities for use with FiveM.

fivem, wrapper, javascript, typescript, citizenfx

readme

Monorepo for a FiveM server/client wrapper

🔥 A Javascript/Typescript package for FiveM resource development 🎮
This project is in no way affiliated with FiveM or the Cfx.re Collective.

License: MIT npm version Workflow Status Last commit

This project is currently iterating rapidly, there will be breaking changes.

Documentation

Features

  • No runtime dependencies
  • Entity management through class objects (i.e. Vehicle and Ped entities)
  • Server and Client side variants on wrapper

Download & Install

pnpm add @nativewrappers/redm # for redm,
pnpm add @nativewrappers/fivem # for fivem
pnpm add @nativewrappers/common # for any, should be game agnostic, provides Vector3, decors, kvps, helper functions, etc
pnpm add @nativewrappers/server # for server