https://github.com/navdeep-g/gitdata
GitData is a library that helps teams understand their GitHub PRs, issues, milestones, etc.
https://github.com/navdeep-g/gitdata
css html javascript typescript
Last synced: 3 months ago
JSON representation
GitData is a library that helps teams understand their GitHub PRs, issues, milestones, etc.
- Host: GitHub
- URL: https://github.com/navdeep-g/gitdata
- Owner: navdeep-G
- Created: 2018-04-14T19:28:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T15:45:06.000Z (about 7 years ago)
- Last Synced: 2025-04-13T01:49:02.714Z (over 1 year ago)
- Topics: css, html, javascript, typescript
- Language: HTML
- Homepage:
- Size: 2.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GitData
=======

**GitData** is a library (written in Typescript, HTML, and CSS) that helps software teams understand their GitHub project data (PRs, issues, milestones, etc.), which is quite useful when it comes to planning for releases.
Building & Running GitData
===========================
The following shell script will transpile the TypeScript source code (`gitdata.ts`) to JavaScript(`gitdata.js`) and start up the `GitData` library in your default browser (Chrome, Firefox, etc.):
```
bash run_gitdata.sh
```