Socket
Socket
Sign inDemoInstall

gh-repos-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gh-repos-cli

Opinionated wrapper around `git clone`, that keeps your repos in structure. Mostly done to get ready to go environment with all my repos on a new machine.


Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

GH-REPOS-CLI

Opinionated wrapper around git clone, that keeps your repos in structure. Mostly done to get ready to go environment with all my repos on a new machine.

Usage

gh-repos clone myorg/myrepo # checkouts a repo into ~/Dev/@myorg/repo
gh-repos clone "myorg/*" # checkouts all @myorg repos into ~/Dev/@myorg/*
gh-repos clone "**" # checkouts all your repos into ~/Dev/@org/repo, you can omit query clone all
gh-repos clone "**" --dry # dry run

Configuration

git clone works over ssh, just check that it's configured properly. And you need to set the env vars below:

export GITHUB_TOKEN=***;
export GITHUB_USERNAME=***;

Installation

npm istall -g gh-repos-cli
yarn global add gh-repos-cli

Contribution

May be in future I'll extend this functionality with more features, but if you want to contribute, don't hesitete, just put a new feature into the ./src/features/ directory.

ToDo:

  • feature to delete repos
  • repo info

FAQs

Package last updated on 21 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc