A timeclock solution for freelance developers to track billable hours.
Note: Add --allow-run --allow-read --allow-write
to skip security prompts.
deno run https://deno.land/x/[email protected]/mod.ts <username:string>
deno run https://deno.land/x/[email protected]/mod.ts <username:string> <rate:decimal> --end
deno run https://deno.land/x/[email protected]/mod.ts <username> --invoice <invoicee:string> <company:string> <rate:decimal>