Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikebz/ghproject
Utility for analyzing work in GitHub projects
https://github.com/mikebz/ghproject
github project-management
Last synced: 24 days ago
JSON representation
Utility for analyzing work in GitHub projects
- Host: GitHub
- URL: https://github.com/mikebz/ghproject
- Owner: mikebz
- Created: 2021-05-06T01:21:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T16:21:09.000Z (over 3 years ago)
- Last Synced: 2024-11-12T01:30:45.096Z (3 months ago)
- Topics: github, project-management
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GH Project
This is a small utility for analyzing GitHub projects. The idea is that someone can run this
## Usage
set the `GITHUB_TOKEN` environment variable or create a .env file
in the directory along with the binary where you set the token like this```
GITHUB_TOKEN=ghp_23234123412fasdfsdf2341235
```