Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 322 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 322 Bytes

toggl-redmine

Log Toggl entries to Redmine

Get started

  1. clone repo
  2. edit config.json with api keys & toggl workspace id
  3. optionally update project mapping in config.json
  4. run the following commands (have .net core installed):
dotnet restore
dotnet ef database update
dotnet run
  1. profit 🤘