An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# altv-utils

[![NPM Version](https://img.shields.io/npm/v/altv-utils.svg)](https://www.npmjs.com/package/altv-utils)
[![NPM Downloads](https://img.shields.io/npm/dt/altv-utils.svg)](https://www.npmjs.com/package/altv-utils)
[![Contributors](https://img.shields.io/github/contributors/litolax/altv-utils.svg)](https://github.com/litolax/altv-utils/graphs/contributors)
[![Commit](https://img.shields.io/github/last-commit/litolax/altv-utils.svg)](https://github.com/litolax/altv-utils/commits/master)

`altv-utils` is a cli package that contains tools for optimization daily routine of developers

![](https://i.imgur.com/ibjmgyu.png)

![](https://i.imgur.com/dWrxi2O.png)

## 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.