
Product
Introducing Supply Chain Attack Campaigns Tracking in the Socket Dashboard
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

git clone a repo with only username/repo.
That's it, just clone foo/bar, nothing complicated.
Install with npm:
npm i -g gh-clone
Let's say you want to clone Assemble:
clone assemble/assemble
-r|--repo: the repository to clone-b|--brach: the branch to clone-d|--dest: the local destinationFlags can be used in any order. If you want the v0.5.0 branch of Assemble:
clone assemble/assemble -b v0.5.0
If you want to save it to the foo directory
clone assemble/assemble -b v0.5.0 -d foo
Jon Schlinkert
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on April 03, 2014.
FAQs
git clone a repo with only username/repo, or if it's an NPM package you can use just the name of the project.
The npm package gh-clone receives a total of 74 weekly downloads. As such, gh-clone popularity was classified as not popular.
We found that gh-clone demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.