
Research
PyPI Package Impersonates SymPy to Deliver Cryptomining Malware
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.
git clone a repo with only username/repo, or if it's an NPM package you can use just the name of the project.
git clone a repo with only username/repo, or if it's an NPM package you can use just the name of the project.
Install globally with npm
$ npm install --global gh-clone
Clone a github repository:
$ gh-clone [owner/repo] <commands>
owner/repo
Pass the github repository formatted as owner/repo:
$ gh-clone jonschlinkert/micromatch
repo only
If the it's an NPM package, you can pass the repository name only, and gh-clone will resolve the git url from the lib's package.json:
$ gh-clone generate
-r|--repo: the repository to clone-b|--branch: the branch to clone-d|--dest: the local destinationExample: branch
Flags can be used in any order. If you want the dev branch of micromatch (when one exists):
$ gh-clone jonschlinker/micromatch -b dev
Example: destination
If you want to save to the foo directory
$ gh-clone jonschlinker/micromatch -d foo
Example: branch and destination
If you want to save the dev branch to the foo directory
$ gh-clone jonschlinker/micromatch -b dev -d foo
var clone = require('gh-clone');
Clone a repo with the given options:
Params
options {Object}: Optionsrepo {String}: Repository to clone.branch {String}: Branch on repository to clone.dest {String}: Destination folder to clone to.cb {Function}: CallbackExample
clone({repo: 'jonschlinkert/micromatch'}, function(err) {
if (err) return console.error(err);
});
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
(This document was generated by verb-generate-readme (a verb generator), please don't edit the readme directly. Any changes to the readme must be made in .verb.md.)
To generate the readme and API documentation with verb:
$ npm install -g verb verb-generate-readme && verb
Install dev dependencies:
$ npm install -d && npm test
Jon Schlinkert
Copyright © 2016, Jon Schlinkert. Released under the MIT license.
This file was generated by verb, v0.9.0, on July 23, 2016.
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.

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

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.