https://github.com/itschip/fivework
Fivework is a collection of packages to help scaffold FiveM servers and resources, supporting both v8 and Lua.
https://github.com/itschip/fivework
fivem framework gta library lua node v8
Last synced: about 2 months ago
JSON representation
Fivework is a collection of packages to help scaffold FiveM servers and resources, supporting both v8 and Lua.
- Host: GitHub
- URL: https://github.com/itschip/fivework
- Owner: itschip
- Created: 2022-11-11T15:47:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T20:22:26.000Z (over 2 years ago)
- Last Synced: 2025-03-20T03:15:01.651Z (about 2 months ago)
- Topics: fivem, framework, gta, library, lua, node, v8
- Language: JavaScript
- Homepage:
- Size: 414 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fivework
A opiniated v8/Lua framework library for with all the building blocks you need to create new experiences in FiveM.## @fivework/game
The main package which includes the main building blocks for creating FiveM releated functionality.## @fivework/decorators
The package including all decorators used in `@fivework/game` and other packages. You can install this as a independent package, but it requires `reflect-metadata` as a peer dependency.## @fivework/api
Package including RPC system and promisified net events, similar to [pe-utils](https://github.com/project-error/pe-utils)**Status**: Planned
## @fivework/nui
A fully fledged web framework for building NUI resources in FiveM. Will likely be built on top of [S.js](https://github.com/adamhaile/S), or something else more similar to Svelte.**Status**: Planned
## @fivework/common
**Status**: Planned
## @fivework/utils
**Status**: Planned
## @fivework/scaleform
**Status**: Planned