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 token -
repoguard remove
- remove github token -
repoguard create
- create a new repository -
repoguard delete -r <repo-name>
- delete a repository -
repoguard info -a -u <username>
- list all public repositories of user -
repoguard info -r <repo-name> -u <username>
- get information about a repository -
repoguard update -r <repo-name> -u <username>
- update a repository -
repoguard colab -r <repo-name> -u <username>
- add collaborator(s) to a repository -
repoguard colab -r <repo-name> -u <username> -i --get
- get all invited users of repository -
repoguard 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
-