itsP33t / EasyFivem

Simple CLI for making fivem scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyFivem

a CLI for making your life easier. This tool will generate all the necessary files for you.

Note: The latest version needs more configuration on Linux, just follow the wiki

Installing Make sure you have node.js installed on your computer then just npm i easyfivem -g

Updating npm i easyfivem@latest -g

As of right now it supports:

  • Classic lua (fxmanifest, client, server, config)
  • Lua with NUI (fxmanifest, client, server, config, index.html, reset.css, index.js)
  • any custom template

TODO:

  • Add react NUI template
  • Add vue NUI template
  • Add more languages like javascript, typescript and C#
  • Ability to add your own templates

Known issues:

  • You will loose all your templates if you update using npm i easyfivem@latest -g
  • Experimental warning on start

Links:

About

Simple CLI for making fivem scripts


Languages

Language:JavaScript 48.6%Language:Lua 25.9%Language:HTML 15.0%Language:CSS 10.5%