project-timelog
v1.9.0
Published
Log the amount of time you spend working on a project
Downloads
24
Readme
project-timelog-npm
an NPM module to track the time spent on a project
Includes information about all previous sessions where the user logged in and out.
Usage:
npm install project-timelogto log into a session using CLI:
./node_modules/.bin/project-timelog loginto lot out from a session using CLI:
./node_modules/.bin/project-timelog logoutto view the history of past sessions using CLI:
./node_modules/.bin/project-timelog history(Would recommend setting up a script in package.json)
In the future: Looking to add functionality to log several users working on the same project and querying sessions by a specific user
