repoguard

1.3.0 • Public • Published

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 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

Binary Releases available for:

  • Windows
  • Linux
  • MacOS

Installation

  • With Binary: Download here

  • with source code:

    1. using npm:

      npm install -g repoguard
    2. 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


Want a GO version of this tool? checkout here

Contributions are welcome! 🚀

Package Sidebar

Install

npm i repoguard

Weekly Downloads

0

Version

1.3.0

License

none

Unpacked Size

30.1 kB

Total Files

19

Last publish

Collaborators

  • ankitydv