https://github.com/ingpleb/prepare-fivem-resource-script
A simple yet time saving script for transferring git folders into zips which can be uploaded to KeyMaster.
https://github.com/ingpleb/prepare-fivem-resource-script
bash bash-script cfx fivem gta5 lua
Last synced: about 2 months ago
JSON representation
A simple yet time saving script for transferring git folders into zips which can be uploaded to KeyMaster.
- Host: GitHub
- URL: https://github.com/ingpleb/prepare-fivem-resource-script
- Owner: IngPleb
- License: mit
- Created: 2024-09-06T18:32:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T14:12:24.000Z (over 1 year ago)
- Last Synced: 2025-07-05T07:08:01.510Z (9 months ago)
- Topics: bash, bash-script, cfx, fivem, gta5, lua
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prepare FiveM Resource Script
A simple yet time saving script for transferring git folders into zips which can be uploaded to KeyMaster.
## Features
- Removes Git-related files like `.git`, `.gitignore`, `.gitattributes`, `.gitmodules`, and `.github`.
- Cleans `.DS_Store` files (common on macOS) and `.vscode` folders.
- Zips the folder after cleanup and deletes the original folder.
## Installation
### 1. Clone the Repository
Clone this repository to your local machine:
```bash
git clone https://github.com/IngPleb/prepare-fivem-resource-script
cd prepare-fivem-resource-script
```
### 2. Make the Script Executable
```bash
chmod +x prepare-fivem-resource.sh
```
### 3. Move Script to `usr/local/bin/`
```bash
mv prepare-fivem-resource.sh /usr/local/bin/prepare-fivem-resource
```
## Usage
```bash
prepare-fivem-resource
```
> NOTE:
> The same order of operations goes for the new script count-lines.sh
## Reason For Existence
*I have created this script to save time when uploading resources to KeyMaster. I have made many revisions and update to private resources and executing these commands one by one became tedious so I made this*