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.
-
Clone the repository:
git clone https://github.com/imdying/maid.git cd maid
-
Install Raiden:
dotnet tool install -g Raiden
-
Build the project:
raiden build
This project is licensed under the BSD 3-Clause License.