@nativewrappers/fivem-server
Version:
Javascript/Typescript wrapper for the FiveM Server natives
43 lines (33 loc) • 1.71 kB
Markdown
<h1 align="center">native-wrappers-fivem-server</h1>
<p align="center">
<i>:fire: A Javascript/Typescript wrapper for the FiveM server natives :video_game:</i>
<br>
<br>
<a href="https://github.com/nativewrappers/fivem-server/blob/master/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat" alt="License: MIT">
</a>
<a href="https://www.npmjs.com/package/@nativewrappers/fivem-server">
<img src="https://img.shields.io/npm/v/@nativewrappers/fivem-server?style=flat" alt="npm version">
</a>
<a href="https://www.npmjs.com/package/@nativewrappers/fivem-server">
<img src="https://img.shields.io/npm/dm/@nativewrappers/fivem-server?style=flat">
</a>
<a href="https://github.com/nativewrappers/fivem-server/actions/workflows/config.yml">
<img src="https://github.com/nativewrappers/fivem-server/actions/workflows/config.yml/badge.svg" alt="Workflow Status">
</a>
<a href="https://github.com/AvarianKnight/native-wrappers-fivem-server/commits/master">
<img src="https://img.shields.io/github/last-commit/nativewrappers/fivem-server.svg?style=flat" alt="Last commit">
</a>
</p>
<p align="center">
<a href="https://fivemjs-server.avarian.dev/">Documentation</a>
-
<a href="https://forum.fivem.net/t/fivem-js-v1-3-2-javascript-typescript-wrapper-now-with-menu-class-nativeui/268640">Forum</a>
</p>
This project is in no way affiliated with FiveM or the Cfx Collective.
## Features
- No runtime dependencies
- Abstracts common used FiveM practices
- Entity management through class objects (i.e. `Vehicle` and `Ped` entities)
## Download & Install
`pnpm add @nativewrappers/fivem-server`