Sign inSign up

khor/git-hours

By khor

•Updated about 10 years ago

Estimate time spent on a git repository

Image
0

3.5K

khor/git-hours repository overview

Dockerized https://github.com/kimmobrunfeldt/git-hours⁠

Run with docker run --rm -v $(pwd):/code khor/git-hours

Dockerfile:

FROM node

RUN npm install -g git-hours
WORKDIR /code

CMD git hours

# docker build -t khor/git-hours .
# docker run --rm -v $(pwd):/code khor/git-hours

Tag summary

Content type

Image

Digest

Size

278.1 MB

Last updated

about 10 years ago

docker pull khor/git-hours