mrzaxaryan

View on GitHub

[EC] Armenian Encoding Converter

Build Status

Overview

The Armenian Encoding Converter (EC) is a .NET 9 application designed to facilitate the conversion of Armenian text between various encoding formats. It provides a library for encoding conversions, a command-line interface (CLI) for user interaction, and unit tests to ensure reliability.

Features

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/mrzaxaryan/EC.git
    cd EC
    
  2. Build the solution:
    dotnet build
    
  3. Run the tests:
    dotnet test
    

Usage

To use the CLI for encoding conversion:

dotnet run --project EC.CLI

Follow the on-screen instructions to perform encoding conversions.

Project Structure

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

Special thanks to the contributors and the open-source community for their support.