Skip to content

A .NET Core global tool for generating a pseudo-random winner id - for raffle draws

License

Notifications You must be signed in to change notification settings

GaProgMan/RaffleIdGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RaffleIdGenerator

An incredibly simple repo which can be used to generate a pseudo-random number for picking out a winner in a raffle.

Support This Project

If you have found this project helpful, either as a library that you use or as a learning tool, please consider buying me a coffee:

Buy Me A Coffee

Requirements

The following need to be installed before building this repo:

  • .NET Core SDK vLTS
  • C# 7.1

Installing From Source

  • cd into the root of the project
  • dotnet pack --configuration Release src/RaffleIdGenerator.csproj --output ../nuget/
  • repo will be packed into a NuGet package in the nuget directory
  • dotnet tool install --global raffleWinnerGen --add-source ./nuget/

Uninstalling

  • dotnet tool uninstall -g raffleWinnerGen

About

A .NET Core global tool for generating a pseudo-random winner id - for raffle draws

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages