Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 691 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 691 Bytes

Guid Generator

This is a CLI tool for generating abitrary GUID for testing purposes.

Usage

Requirements

To build this project you need the following requirements

Running

Open the guid_generator directory in terminal and run the following command to run the app

dotnet run

Build

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

Demo

Demo video