Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emersion/matcha

A read-only web interface for Git repositories
https://github.com/emersion/matcha

git gitweb web-interface

Last synced: 10 days ago
JSON representation

A read-only web interface for Git repositories

Awesome Lists containing this project

README

        

# matcha

A simple read-only web interface for Git repositories.

![Screenshot](https://sr.ht/W5M8.png)

## Usage

```sh
go get -u github.com/emersion/matcha/cmd/matcha
cd $GOPATH/src/github.com/emersion/matcha
(cd public && npm install)
matcha .
```

## License

MIT