Categorygithub.com/akirak/contributors
repositorypackage
0.0.0-20220120205715-3ecc9896f498
Repository: https://github.com/akirak/contributors.git
Documentation: pkg.go.dev

# 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]