v0.2.1-alpha
A timeclock solution for freelance developers to track billable hours.
Repository
Current version released
a year ago
git-timeclock
A timeclock solution for freelance developers to track billable hours.
Getting Started
Note: Add --allow-run --allow-read --allow-write
to skip security prompts.
Create your first punch
deno run https://deno.land/x/git_timeclock@v0.2.1-alpha/mod.ts <username:string>
End a shift
deno run https://deno.land/x/git_timeclock@v0.2.1-alpha/mod.ts <username:string> <rate:decimal> --end
Create an Invoice
deno run https://deno.land/x/git_timeclock@v0.2.1-alpha/mod.ts <username> --invoice <invoicee:string> <company:string> <rate:decimal>