Skip to content

Maintain a local copy of all repos for specified user(s) and/or organization(s).

License

Notifications You must be signed in to change notification settings

Hierosoft/repo-organizer

Repository files navigation

repo-organizer

Maintain a local copy of all repos for specified user(s) and/or organization(s).

Example configuration:

You must manually create ~/.config/repo-organizer/settings.json like:

{
  "sources": {
    "github": {
      "orgs": ["..."],
      "users": ["..."],
      "tokens": {
        {
          "user_name": "github_pat_**************************************************",
          "org_name": "github_pat_**************************************************"
        }
      }
    }
  }
}
  • Replace "..." with org or user as necessary to determine which group of repos to download.
  • Replace "user_name" with specific user, if any private repos of users need to be listed.
  • Replace "org_name" with specific user, if any private repos of orgs need to be listed.

About

Maintain a local copy of all repos for specified user(s) and/or organization(s).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages