frs-manager
v2.0.5
Published
This is a CLI made for simplifying the process of creating & managing resources.
Downloads
49
Maintainers
Readme
FiveM Resource Manager
This is a Command Line Interface made to make it easier for you to create a new FiveM resource. You can pick between any of the popular FiveM/UI frameworks out there and the CLI will set up a boilerplate resource for you.
Installation
Run npm install -g frs-manager
in a console/terminal.
Usage
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 theui
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
Requirements
- Node.js
- A FiveM server if you actually want to use the files generated from this CLI.
FiveM Boilerplate types
UI Boilerplate types
- Vue 3.0 (JS & TS)
- React (JS & TS)
- JQuery (JS)
- No framework / Standard JS
- No UI