Skip to content

Z3rio/frs-manager

Repository files navigation

FiveM Resource Manager

NPM Package Link

This is a Command Line Interface made to make it easier for you to create and manage FiveM resource.

You can create new template resources with any of hte popula popular FiveM/UI frameworks out there and the CLI will set everything up for you

You can then use the bundling utility to bundle the resource into a keymaster ready zip-file.

Installation

Run npm install -g frs-manager in a console/terminal.

Previously known as..

This repo is a collection of Z3rio/fivem-resource-cli and Z3rio/bundler-cli

Usage

Resource Creator

To create a new resource:

  • Run frs new in any console/terminal
  • If you chose to use an actual ui framework, such as Vue/React, run npm install in the ui folder of the project after creating a new project
  • Then you will be able to use Vue/React as normal. Building would be done by npm run build, and so on

FiveM Boilerplate types

UI Boilerplate types

Resource Bundler

... to be written

Requirements