Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 690 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 690 Bytes

git-timeclock

A timeclock solution for freelance developers to track billable hours.

Getting Started

Install deno!

Note: Add --allow-run --allow-read --allow-write to skip security prompts.

Create your first punch

deno run https://deno.land/x/[email protected]/mod.ts <username:string>

End a shift

deno run https://deno.land/x/[email protected]/mod.ts <username:string> <rate:decimal> --end

Create an Invoice

deno run https://deno.land/x/[email protected]/mod.ts <username> --invoice <invoicee:string> <company:string> <rate:decimal>