https://github.com/ideacrew/quieter
a tool to generate reports from GH metadata
https://github.com/ideacrew/quieter
Last synced: 5 months ago
JSON representation
a tool to generate reports from GH metadata
- Host: GitHub
- URL: https://github.com/ideacrew/quieter
- Owner: ideacrew
- Created: 2024-05-06T13:54:57.000Z (about 2 years ago)
- Default Branch: trunk
- Last Pushed: 2025-10-08T16:19:50.000Z (8 months ago)
- Last Synced: 2025-10-08T18:38:50.423Z (8 months ago)
- Language: Ruby
- Size: 148 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quieter
This is a small project to get some reports that are not easy to get from the github webpage. Right now the most important one is to
get the list of PR that are related to all the commits between two sha's.
# Requeriments
- Ruby 3.2.2
- Node 18 (it may work on higher versions, but not on lower)
## Installation
right now is not prepared to go to production, for development, clone repo and create a .env file with the following content
```
GH_TOKEN=your_github_token
```
then run the following commands
```
rails s
```