Skip to content

kimfom01/guid_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages