adamzalesak / PV286-Project

Data converter between different formats written in C# (collaborative university project)
0 stars 0 forks source link

Panbyte

Panbyte is a converter of data between different formats. It is a console application written in C#. More information can be seen by running the application with the --help argument.

Prerequisites

To build and run this project, you'll need to have the following software installed on your system:

Download

The latest version of the application is available as an executable for Windows or Linux at the Releases section of this repository.

Building

To build the project, run the following command in the root directory of the project:

dotnet build

The executable file will be located in the ./src/Panbyte.App/bin/Debug/net7.0 directory.

Running

To run the project, run the following command in the root directory of the project:

dotnet run --project ./src/Panbyte.App -- [arguments]

Testing

To run the unit and integration tests, run the following command in the root directory of the project:

dotnet test

Authors