Skip to content

Commit 4cf70cc

Browse files
authored
Merge pull request #3 from fivempkg/update-readme
Add project summary to README
2 parents 96d30c2 + 255bdd2 commit 4cf70cc

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# FiveM Package Manager CLI
2+
3+
A command-line interface tool for managing FiveM packages. This CLI helps developers install, update, and manage dependencies for FiveM server resources.
4+
5+
## Features
6+
7+
- Package installation and management
8+
- Dependency resolution
9+
- Registry integration
10+
- Easy resource deployment
11+
12+
## Installation
13+
14+
```
15+
cargo install fivempkg
16+
```
17+
18+
## Usage
19+
20+
```
21+
fivempkg install <package>
22+
fivempkg update
23+
fivempkg list
24+
```
25+
26+
## License
27+
28+
See [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)