Skip to content

This repository is a Matrix Rotator.

License

Notifications You must be signed in to change notification settings

rfull-development/cs-matrix-rotator

Repository files navigation

Matrix Rotator Repository

This repository is a Matrix Rotator.

Overview

Requirements

  • .NET 8.0

How to use

Execution on local machine

You can launch pre-built executable programs.

  1. Run executable applications
    MatrixRotator <--input|-i> input path <--output|-o> output pat

If you have a build environment, you can run it directly.

  1. Run the application directly
    dotnet run MatrixRotator.csproj <--input|-i> input path <--output|-o> output path