HamidByte / GitHub-Repository-Lines-of-Code-Calculator

Simplify GitHub repository analysis with our Lines of Code Calculator. Quickly input the owner and repository name to obtain total lines of code, providing valuable insights for developers and project managers. Effortlessly streamline codebase assessments for enhanced efficiency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Repository Lines of Code Calculator

Simplify GitHub repository analysis with our Lines of Code Calculator. Quickly input the owner and repository name to obtain total lines of code, providing valuable insights for developers and project managers. Effortlessly streamline codebase assessments for enhanced efficiency.

Demo

You can check out a live demo here.

Prerequisites

Make sure you have the following software installed on your machine:

  • Node.js (version 14 or higher)
  • npm (comes with Node.js)
  • Git (optional but recommended)

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Getting Started

  1. Clone the Repository:

    git clone https://github.com/HamidByte/GitHub-Repository-Lines-of-Code-Calculator.git
  2. Navigate to the Project Directory:

    cd GitHub-Repository-Lines-of-Code-Calculator
  3. Configure Environment Variables:

    Create a .env file in the root of the project and set the following variables:

    VITE_BASE_URL=http://127.0.0.1:5173
    VITE_GITHUB_ACCESS_TOKEN=your-github-access-token

Project Setup

  1. Install Dependencies:

    npm install
  2. Run the Application:

  • Compile and Hot-Reload for Development:

    npm run dev
  • Compile and Minify for Production:

    npm run build
  • Lint with ESLint:

    npm run lint

Customize configuration

See Vite Configuration Reference.

About

Simplify GitHub repository analysis with our Lines of Code Calculator. Quickly input the owner and repository name to obtain total lines of code, providing valuable insights for developers and project managers. Effortlessly streamline codebase assessments for enhanced efficiency.


Languages

Language:Vue 75.4%Language:JavaScript 17.1%Language:CSS 6.8%Language:HTML 0.6%