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.
Run npm install -g frs-manager
in a console/terminal.
This repo is a collection of Z3rio/fivem-resource-cli and Z3rio/bundler-cli
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
- Vue 3.0 (JS & TS)
- React (JS & TS)
- JQuery (JS)
- No framework / Standard JS
- No UI
... to be written