New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

clone-all-github-repos

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clone-all-github-repos

Clones all your GitHub repositories into the current working directory e.g. for sync or backup tasks...

latest
Source
npmnpm
Version
2.0.4
Version published
Weekly downloads
20
566.67%
Maintainers
1
Weekly downloads
 
Created
Source

clone-all-github-repos

NPM NPM

npm version npm license npm download npm download Package Quality Inline docs star this repo fork this repo david dependency david devDependency david optionalDependency david peerDependency npms score Known Vulnerabilities Build Status

install:

As Superuser/Administrator run

npm install clone-all-github-repos -g

or install the latest version from github

npm install https://github.com/HansHammel/clone-all-github-repos.git -g

usage:

clone-all-github-repos

or

cagr

and all your repos get cloned into the current working directory!

Done.

PS: uninstall:

npm uninstall clone-all-github-repos -g

Note: Currently only GitHub USER (vs. ORGANIZATION) accounts are supported.

We have a limit of 100 repositories

On install, you get asked for your GitHub Username and a GitHub API token to access public/private repository information. The settings are stored in your users home directory (~/.cagr/config.json or %HOMEPATH%.cagr\config.json).

On fist use, you get asked for your GitHub Username and a GitHub API token to access public/private repository information. The settings are stored in your users home directory (~/.cagr/config.json or %HOMEPATH%.cagr\config.json).

To create an access-token go to GitHub > Settings > Developer settings > Personal access tokens. Give at least read access to your public repositories.

create an access-token (old screenshot, now located under Settings > Developer settings)

Keywords

git

FAQs

Package last updated on 12 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