To prepare your environment, we utilise asdf. Follow their installation guide and then run
# You may need additional requirements as per https://github.com/asdf-vm/asdf-nodejs
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
asdf plugin-add dotnet-core https://github.com/emersonsoares/asdf-dotnet-core.git
To build, run the following:
cd src && dotnet pack
To install a local version, run the following after building:
dotnet tool install --global --add-source ./src/output TimesheetFiller.Cli
To run, run the following:
timesheet-filler -i config.yaml