Skip to content

vfcardoso-dev/hhreg

Repository files navigation

Hhreg - Registering working hours

A command-line interface to manage your working time logs and hours bank.

How to install

How to use

  • Execute hhreg.exe --help to list internal options

How to contribute

  • Make sure you have installed dotnet 6.0 or greater.
  • Clone the project on your machine
  • Navigate to cloned directory
  • Run dotnet run --project .\hhreg\hhreg.csproj -- <<command>> <<options>>
  • Make your changes and create a pull request. Piece of cake!