1.0.9 • Published 1 year ago

fivem-resource-cli v1.0.9

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

Logo

FiveM Resource CLI

This is a FiveM resource CLI made to make it easier for people to create their own resources. You can pick any of the popular fivem frameworks and ui frameworks and the CLI will setup a boilerplate resource for you. NPM Package Link

Installation

Run npm install -g fivem-resource-cli in a console window.

Usage

To use this CLI, run fivemresource new in any command window. If you are going to use any UI framework such as VUE, go into the recently created resource folder and then open the command line in the src folder and run npm install. Then you can use vue / react etc as normal building using npm run build and such.

Requirements

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

Technologies used

  • fs & fs-extra for filesystem handling
  • inquirer for prompt / input handling
  • All UI frameworks use Vite for building

FiveM Boilerplate types

UI Boilerplate types

(All boilerplates have a JS & TS version)

1.0.9

1 year ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago