🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

fivem-resource-cli

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fivem-resource-cli

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

2.0.5
latest
Source
npm
Version published
Weekly downloads
5
-75%
Maintainers
0
Weekly downloads
 
Created
Source

Logo

FiveM Resource CLI

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

Keywords

fivem

FAQs

Package last updated on 10 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts