{"id":23638142,"url":"https://github.com/ydv-ankit/repoguard","last_synced_at":"2026-05-07T10:31:24.969Z","repository":{"id":246606840,"uuid":"821623818","full_name":"ydv-ankit/repoguard","owner":"ydv-ankit","description":"Repoguard cli is a powerful command-line tool designed to streamline the management of GitHub repositories and tokens","archived":false,"fork":false,"pushed_at":"2024-07-27T15:45:27.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-16T17:31:58.657Z","etag":null,"topics":["cli","github","javascript","meow","npm-package","tool"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/repoguard","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ydv-ankit.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-29T01:46:12.000Z","updated_at":"2024-07-27T15:45:30.000Z","dependencies_parsed_at":"2024-07-13T05:21:29.426Z","dependency_job_id":"b2c870b1-39c7-4560-96c1-f9e5694c0b22","html_url":"https://github.com/ydv-ankit/repoguard","commit_stats":null,"previous_names":["ydv-ankit/repoguard"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ydv-ankit/repoguard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ydv-ankit%2Frepoguard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ydv-ankit%2Frepoguard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ydv-ankit%2Frepoguard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ydv-ankit%2Frepoguard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ydv-ankit","download_url":"https://codeload.github.com/ydv-ankit/repoguard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ydv-ankit%2Frepoguard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32733380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","github","javascript","meow","npm-package","tool"],"created_at":"2024-12-28T07:37:01.655Z","updated_at":"2026-05-07T10:31:24.949Z","avatar_url":"https://github.com/ydv-ankit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Repoguard: Streamlining GitHub management from command line\n\nRepoGuard is a powerful command-line tool designed to streamline the management of GitHub repositories and using github tokens\n\n### Available commands:\n***Make sure to add github token with proper permissions***\n-   `repoguard configure` - configure the tool \u0026 add github token\n-   `repoguard remove` - remove github token\n-   `repoguard create` - create a new repository\n-   `repoguard delete -r \u003crepo-name\u003e -u \u003cusername\u003e` - delete a repository\n-   `repoguard info -a -u \u003cusername\u003e` - list all public repositories of user\n-   `repoguard info -r \u003crepo-name\u003e -u \u003cusername\u003e` - get information about a repository\n-   `repoguard update -r \u003crepo-name\u003e -u \u003cusername\u003e` - update a repository\n-   `repoguard colab -r \u003crepo-name\u003e -u \u003cusername\u003e` - add collaborator(s) to a repository\n-   `repoguard colab -r \u003crepo-name\u003e -u \u003cusername\u003e -i --get` - get all invited users of repository\n-   `repoguard colab -r \u003crepo-name\u003e -u \u003cusername\u003e -i --rm \u003cinvite-id\u003e` - remove invitation of repository\n\n### Binary Releases available for:\n\n-   Windows\n-   Linux\n-   MacOS\n\n### Installation\n\n-   #### With Binary: [Download here](https://github.com/ydv-ankit/repoguard/releases)\n\n-   #### with source code:\n\n    1. using npm:\n\n        ```bash\n        npm install -g repoguard\n        ```\n\n    2. using source code:\n\n        clone the repository\n\n        ```bash\n          git clone https://github.com/ydv-ankit/repoguard.git\n        ```\n\n        navigate to the directory\n\n        ```bash\n          cd repoguard\n        ```\n\n        install the dependencies\n\n        ```bash\n          npm install\n        ```\n\n        link the package\n\n        ```bash\n          npm link\n        ```\n\n        now you can use `repoguard` command from anywhere in your terminal\n\n---\n\n### Want a GO version of this tool? [checkout here](https://github.com/harisheoran/repoguard)\n\n### Contributions are welcome! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fydv-ankit%2Frepoguard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fydv-ankit%2Frepoguard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fydv-ankit%2Frepoguard/lists"}