This is a CLI tool for generating abitrary GUID for testing purposes.
To build this project you need the following requirements
- .NET 8 SDK
- Terminal
Open the guid_generator
directory in terminal and run the following command to run the app
dotnet run
To build the CLI, run the following command from the guid_generator
directory in terminal
dotnet publish -o ./build -p:PublishSingleFile=true
-p:PublishSingleFile=true
allows you to build into one file otherwise you will have an executable, a dll and other config files