https://github.com/notprometey/git-tracker-cli
The library that gives a rough estimation of the time spent on implementation based on the history of commits
https://github.com/notprometey/git-tracker-cli
cli git-time-tracker git-tracker git-tracker-cli time-tracker tracker
Last synced: 5 months ago
JSON representation
The library that gives a rough estimation of the time spent on implementation based on the history of commits
- Host: GitHub
- URL: https://github.com/notprometey/git-tracker-cli
- Owner: NotPrometey
- License: mit
- Created: 2019-10-04T15:06:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:13:14.000Z (over 2 years ago)
- Last Synced: 2024-08-09T06:10:40.241Z (10 months ago)
- Topics: cli, git-time-tracker, git-tracker, git-tracker-cli, time-tracker, tracker
- Language: JavaScript
- Homepage:
- Size: 1.13 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# git-tracker-cli
[](https://github.com/NotPrometey/git-tracker-cli/blob/master/LICENSE)
[](https://www.npmjs.com/package/git-tracker-cli)
[](https://github.com/NotPrometey/git-tracker-cli/issues)
[](https://github.com/NotPrometey/git-tracker-cli/issues)The library that gives a rough estimation of the time spent on implementation based on the history of commits.
## Install
```bash
$ npm install --global git-tracker-cli
```## CLI
```bash
$ git-tracker-cli --helpUsage: git-tracker-cli [OPTION]...
Mandatory arguments to long options are mandatory for short options too.
--path=<.> Current directory by default
--since=<1.days> The last day by default
--author= Current user by default
--first-hour=<9> 9 by default--help display this help and exit
--version output version information and exit
```## Example
```bash
$ git-tracker-cli --since=2.days
07/10/2019[git-tracker-cli]:
an hour chore: add information
3 hours fix: first hour
a few seconds chore: version bump
2 hours fix: first hour type
a few seconds chore: version bump
6 hours Total08/10/2019[git-tracker-cli]:
29 minutes fix: .gitignore
3 hours feat: add app components
2 hours feat: add help libs
2 minutes chore: version bump
8 minutes fix: code style
a few seconds chore: version bump
2 hours feat: add loader component
12 minutes fix: add files
a few seconds chore: version bump
8 hours Total
```## Contributing
### IssuesWe are using [GitHub Issues](https://github.com/NotPrometey/git-tracker-cli/issues) for our bugs. Before filing a new task, try to make sure your problem doesn’t already exist.
### New feature proposals
We're open to accepting new feature requests for `git-tracker-cli`.