Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.62 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.62 KB

GitHub Commit Extractor

Welcome to the GitHub Commit Extractor! This tool simplifies commit message retrieval and enhances repository navigation for streamlined coding experiences.

I made a github commit extractor for my use case where I need all the commits so that I can feed gpt to extract quick documentation and other information 😁

Features

  • Commit Message Retrieval: Extracts commit messages efficiently.
  • Pagination: Enables easy navigation through commit history.
  • Error Handling: Provides enhanced error handling for smooth usage.
  • Loading Messages: Enhances user experience with loading messages.
  • User-Friendly Inputs: Allows easy input of GitHub username and repository details.

Usage

To use the GitHub Commit Extractor, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Abhijitkr/Extract-Github-Commits
    
  2. Install dependencies:

    npm install
    
  3. Run the application:

    npm start
    
  4. Input your GitHub username and repository details to start extracting commit messages.

Contributing

Contributions are welcome! If you have any suggestions, enhancements, or bug fixes, feel free to open an issue or create a pull request. Your input helps improve this tool for everyone.

Project Links