fivem-resource-cli
v2.0.5
Published
This is a FiveM resource CLI made to make it easier for people to create their own resources.
Downloads
814
Maintainers
Readme
FiveM Resource CLI
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 fivem-resource-cli
in a console/terminal.
Usage
To create a new resource:
- Run
frc new
(orfivemresource 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