Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
/ fivem-resource-cli Public archive

This is a FiveM resource CLI made to make it easier for people to create their own resources.

License

Notifications You must be signed in to change notification settings

Z3rio/fivem-resource-cli

Repository files navigation

Logo

FiveM Resource CLI

PLEASE NOTE THIS REPO HAS BEEN MOVED

The new Github repo can be found here here, the new NPM package can be found here

NPM Package Link

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 (or fivemresource 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

Requirements

  • Node.js
  • A FiveM server if you actually want to use the files generated from this CLI.

FiveM Boilerplate types

UI Boilerplate types

About

This is a FiveM resource CLI made to make it easier for people to create their own resources.

Resources

License

Code of conduct

Stars

Watchers

Forks