The new Github repo can be found here here, the new NPM package can be found here
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.
Run npm install -g fivem-resource-cli
in a console/terminal.
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
- Node.js
- A FiveM server if you actually want to use the files generated from this CLI.
- Vue 3.0 (JS & TS)
- React (JS & TS)
- JQuery (JS)
- No framework / Standard JS
- No UI