Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No option to export a local repository to file #1

Open
jrazi opened this issue May 13, 2024 · 1 comment
Open

No option to export a local repository to file #1

jrazi opened this issue May 13, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jrazi
Copy link
Owner

jrazi commented May 13, 2024

Currently, the project only supports converting remote GitHub repositories into a structured file. However, it would be beneficial to have the ability to export local repositories as well.

Allowing users to process local repositories would enable them to convert private or offline repositories that are not hosted on GitHub. Additionally, it would be helpful to have the option to specify a branch other than the default main branch for conversion.

Proposed Solution:

  • Extend the existing codebase to accept local repository paths as input.
  • Implement a flag or argument to specify the branch to be processed (defaulting to main if not provided).
  • Update the documentation to reflect the new functionality and provide examples for local repository conversion.
@jrazi jrazi added enhancement New feature or request good first issue Good for newcomers labels May 13, 2024
@yash3056
Copy link

support for local support is needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants