https://github.com/litolax/altv-utils
cli package with tools for optimization daily routine of developers
https://github.com/litolax/altv-utils
altv altv-cli
Last synced: 30 days ago
JSON representation
cli package with tools for optimization daily routine of developers
- Host: GitHub
- URL: https://github.com/litolax/altv-utils
- Owner: litolax
- Created: 2023-04-15T17:37:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T08:57:44.000Z (about 2 years ago)
- Last Synced: 2025-10-19T01:54:38.953Z (5 months ago)
- Topics: altv, altv-cli
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# altv-utils
[](https://www.npmjs.com/package/altv-utils)
[](https://www.npmjs.com/package/altv-utils)
[](https://github.com/litolax/altv-utils/graphs/contributors)
[](https://github.com/litolax/altv-utils/commits/master)
`altv-utils` is a cli package that contains tools for optimization daily routine of developers


## List of available tools
- Resource Name Importer (Simplifies filling resource array for server.toml)
- Starter (Helps to adjust the alt:V configuration at startup)
- Preset Selector (Helps to create and run alt:V by presets with branch, debug, start url and password)
## Installation
Install altv-utils with npm
```
npm install -g altv-utils
npx altv-utils
```
## Usage
| Tool | Command | Description |
| ---------------------- | -------------------------| ----------------------------------------------------------------------------------- |
| Resource Name Importer | `npx altv-utils rni` | Run this command on the root directory of alt:V server |
| Starter | `npx altv-utils starter` | - |
| Preset Selector | `npx altv-utils ps [n]` | [n] - optional parameter, the name of the preset from which you want to start alt:V |
## Contributing
Contributions are welcome! Please feel free to submit a pull request or open an issue.