FiveM resource manager.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
fiverm is a FiveM resource manager for your server. It allows you to manage your FiveM resources in a simple and easy way. It is written in Go for performance and size, and built with Cobra.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
For now the only way to install fiverm is from the actions page or by downloading it from the release list.
To create a project (resources.json file) you should run the next command in your server folder (along with the server.cfg file):
user@host:~$ fiverm init
If you want to create the project again where one already exists, you can use the --force
flag to overwrite the project. This will delete the project you have created in that folder, but WILL NOT DELETE ANY INSTALLED RESOURCES.
user@host:~$ fiverm init --force
You need to run the commands in the folder where the project is created with the fiverm init
command
To install resources in a created project, use the install command followed by the username and the repository name as in the example:
user@host:~$ fiverm install eschiclers/zrp_demo
If you want the resource to be installed in a custom folder you can use the --folder
flag and the folder name without [ ]
as in the example:
user@host:~$ fiverm install eschiclers/zrp_demo --folder zrp
And this will install the resource in the [zrp]
folder.
- Project creation
- Install resources
- In custom folder
- Install from folder without download
- Delete resources
- Update resources
- Resource creation
I also want to create a web page as a directory that collects the public resources and thus be able to list them all and create pages such as "the most installed resources".
But for that you need to have servers. Which means spending money. That's why there is a section to support the project through ko-fi.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
You can support me and this project through ko-fi
Distributed under the GPL 3.0 license. See LICENSE
for more information.
Chicle - @Eschiclers - hola@chicle.dev - Telegram: @Eschiclers
Project Link: https://github.com/Eschiclers/fiverm
- @othneildrew for the README template