Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

ryexi/maid

Repository files navigation

Maid

NuGet Badge

A command-line interpreter designed for simplicity and ease-of-use.

In a nutshell, Maid serves as an abstraction layer for System.CommandLine, streamlining the process of defining and managing commands.

Documentation

How to Build

  1. Clone the repository:

     git clone https://github.com/imdying/maid.git
     cd maid
    
  2. Install Raiden:

     dotnet tool install -g Raiden
    
  3. Build the project:

     raiden build
    

License

This project is licensed under the BSD 3-Clause License.