README ¶
Contributors
This is a program which analyses contributions to a Git repository and displays a report on a HTTP server.
Prerequisites
You need to install linguist on your system.
Installation
It is a Go program, so you can build and install the program using go
.
Alternatively, if you have Nix 2.4 or later installed, you can run the program without installation:
nix run github:akirak/contributors
Usage
contributors [DIR]
or if you don't install the executable:
go run . [DIR]
or with Nix:
nix run github:akirak/contributors -- [DIR]
Documentation ¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.