nihitha-code-time-tracker
v1.0.0
Published
A simple CLI tool to track your coding time and improve productivity.
Readme
⏱️ Code Time Tracker
A simple CLI tool to track your coding time and improve productivity.
Installation
Run directly using npx:
npx nihitha-code-time-tracker <command>Or install globally:
npm install -g nihitha-code-time-trackerCommands
Start Coding Session
nihitha-code-time-tracker startStop Coding Session
nihitha-code-time-tracker stopView Report
nihitha-code-time-tracker reportExample
nihitha-code-time-tracker start
# ...code for some time...
nihitha-code-time-tracker stop
nihitha-code-time-tracker reportOutput
📊 Report
Total Time: 2.50 hrs
Sessions: 3
Average: 50 mins