RepoGuard is a powerful command-line tool designed to streamline the management of GitHub repositories and using github tokens
Make sure to add github token with proper permissions
repoguard configure
- configure the tool & add github tokenrepoguard remove
- remove github tokenrepoguard create
- create a new repositoryrepoguard delete -r <repo-name> -u <username>
- delete a repositoryrepoguard info -a -u <username>
- list all public repositories of userrepoguard info -r <repo-name> -u <username>
- get information about a repositoryrepoguard update -r <repo-name> -u <username>
- update a repositoryrepoguard colab -r <repo-name> -u <username>
- add collaborator(s) to a repositoryrepoguard colab -r <repo-name> -u <username> -i --get
- get all invited users of repositoryrepoguard colab -r <repo-name> -u <username> -i --rm <invite-id>
- remove invitation of repository
- Windows
- Linux
- MacOS
-
With Binary: Download here
-
-
using npm:
npm install -g repoguard
-
using source code:
clone the repository
git clone https://github.com/ydv-ankit/repoguard.git
navigate to the directory
cd repoguard
install the dependencies
npm install
link the package
npm link
now you can use
repoguard
command from anywhere in your terminal
-