Skip to content

A timeclock solution for freelance developers to track billable hours.

License

Notifications You must be signed in to change notification settings

dmyrs/git-timeclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/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>