project-timelog
v1.9.0
Published
Log the amount of time you spend working on a project
Downloads
3
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-timelog
to log into a session using CLI:
./node_modules/.bin/project-timelog login
to lot out from a session using CLI:
./node_modules/.bin/project-timelog logout
to 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