1.9.0 • Published 4 years ago

project-timelog v1.9.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

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

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.2.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago