1.3.0 • Published 2 years ago
repoguard v1.3.0
Repoguard: Streamlining GitHub management from command line
RepoGuard is a powerful command-line tool designed to streamline the management of GitHub repositories and using github tokens
Available commands:
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>- 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
Binary Releases available for:
- Windows
- Linux
- MacOS
Installation
With Binary: Download here
with source code:
using npm:
npm install -g repoguardusing source code:
clone the repository
git clone https://github.com/ydv-ankit/repoguard.gitnavigate to the directory
cd repoguardinstall the dependencies
npm installlink the package
npm linknow you can use
repoguardcommand from anywhere in your terminal