pacx 0.4.0

Wrapper for package managers, allowing you to define and configure your package managers in Lua
# Pacx

Pacx is a wrapper for package managers.
It allows you to configure your package managers in Lua and use them in a unified way.

## Installation

```sh
cargo install --git https://github.com/akimon658/pacx
```

## Usage

First, you need to create configuration files for your package managers.
Please refer to the [wiki](https://github.com/akimon658/pacx/wiki) for more information.

Then, you can use the `pacx` command like this:

```sh
pacx install <package manager>:<package name>
pacx list <package manager>
```