Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emersion/matcha
- Owner: emersion
- License: mit
- Created: 2017-07-18T16:35:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T06:41:10.000Z (over 4 years ago)
- Last Synced: 2024-10-15T21:07:44.917Z (22 days ago)
- Topics: git, gitweb, web-interface
- Language: Go
- Size: 64.5 KB
- Stars: 30
- Watchers: 5
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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