File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Deploying GitHub Copilot Usage Analyzer to GitHub Pages
1+ # Deploying GitHub Copilot Premium Requests Usage Analyzer to GitHub Pages
22
3- This document explains how to deploy the GitHub Copilot Usage Analyzer application to GitHub Pages.
3+ This document explains how to deploy the GitHub Copilot Premium Requests Usage Analyzer application to GitHub Pages.
44
55## Automatic Deployment with GitHub Actions
66
Original file line number Diff line number Diff line change 11# GitHub Pages Deployment Guide
22
3- This document provides detailed instructions for deploying the GitHub Copilot Usage Analyzer to GitHub Pages.
3+ This document provides detailed instructions for deploying the GitHub Copilot Premium Requests Usage Analyzer to GitHub Pages.
44
55## Understanding the Deployment Process
66
Original file line number Diff line number Diff line change 1- # GitHub Copilot Usage Analyzer
1+ # GitHub Copilot Premium Requests Usage Analyzer
22
33A single-page application that visualizes GitHub Copilot premium request usage data from CSV exports. This tool helps you understand your team's Copilot usage patterns.
44
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # Script to build the GitHub Copilot Usage Analyzer for GitHub Pages deployment
3+ # Script to build the GitHub Copilot Premium Requests Usage Analyzer for GitHub Pages deployment
44# This script creates a version without Spark dependencies
55
66# Exit on error
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # Script to deploy the GitHub Copilot Usage Analyzer to GitHub Pages manually
3+ # Script to deploy the GitHub Copilot Premium Requests Usage Analyzer to GitHub Pages manually
44
55# Exit on error
66set -e
Original file line number Diff line number Diff line change 44< head >
55 < meta charset ="UTF-8 " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < title > GitHub Copilot Usage Analyzer</ title >
7+ < title > GitHub Copilot Premium Requests Usage Analyzer</ title >
88 < link rel ="stylesheet " href ="/src/main.css " />
99 < link rel ="stylesheet " href ="/src/index.css " />
1010 < link rel ="icon " href ="https://github.githubassets.com/favicons/favicon.svg " />
Original file line number Diff line number Diff line change 11# Deploying to GitHub Pages
22
3- This document explains how to deploy the GitHub Copilot Usage Analyzer to GitHub Pages.
3+ This document explains how to deploy the GitHub Copilot Premium Requests Usage Analyzer to GitHub Pages.
44
55## Automated Deployment with GitHub Actions
66
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ function App() {
214214 < div className = "flex items-center justify-between" >
215215 < div >
216216 < h1 className = "text-3xl font-bold tracking-tight text-foreground mb-2" >
217- GitHub Copilot Usage Analyzer
217+ GitHub Copilot Premium Requests Usage Analyzer
218218 </ h1 >
219219 < p className = "text-muted-foreground" >
220220 Upload your Copilot usage CSV export to visualize request patterns
Original file line number Diff line number Diff line change 1- # GitHub Copilot Usage Analyzer
1+ # GitHub Copilot Premium Requests Usage Analyzer
22
33## Core Purpose & Success
44- ** Mission Statement** : A tool that visualizes GitHub Copilot premium request usage to help teams monitor and optimize their AI resource consumption.
You can’t perform that action at this time.
0 commit comments