Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ node_modules

# Vim
*.swp

# Eclipse
.project
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Estimate time spent on a git repository.

**NOTE:** This revamped version uses native OS git so `nodegit` is no longer required!

**For example time spent on [Twitter's Bootstrap](https://github.com/twbs/bootstrap)**

```javascript
Expand All @@ -25,14 +27,9 @@ From a person working 8 hours per day, it would take more than 3 years to build

## Install

$ npm install -g git-hours
$ npm install -g goodmagma/git-hours

**NOTE:** If for some reason `git-hours` won't work, try to `npm install -g nodegit`.

`git-hours` depends on [nodegit](https://github.com/nodegit/nodegit).
It might be a bit tricky to install. If installing git-hours fails for some
reason, probably it was because nodegit couldn't be installed.
Check [their documentation](https://github.com/nodegit/nodegit#getting-started) for troubleshooting.

## How it works

Expand Down
Loading