Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

bfuerholz/GitToText

Repository files navigation

GitToText

GitHub issues GitHub stars GitHub forks GitHub license

GitToText is a tool designed to fetch all files from a GitHub repository and convert them into a text format for easy reading and documentation purposes.

Overview

This repository contains the initial version of GitToText. The project was later split into two separate repositories to better manage the frontend and backend components.

Why Split the Repositories?

The separation was necessary to:

  • Improve modularity and maintainability of the codebase.
  • Allow independent development and deployment of the frontend and backend.
  • Enable better scalability and management of each component.

For more detailed information, please refer to the specific repositories linked above.