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

get-all-github-repos

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-all-github-repos

Get a list of all Github repos for a username.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

get-all-github-repos

Get a list of all Github repos for a username.

install

The normal npm way:

npm install get-all-github-repos

use it

Just pass in the username:

var getAllRepos = require('get-all-github-repos')

getAllRepos('saibotsivad', function(err, repos) {
	if (err) {
		console.log(err)
	} else {
		console.log(repos)
	}
})

api: getAllRepos(username, callback)

username

The username to grab the repos from.

callback

A traditional error-first callback function.

license

VOL

Keywords

github

FAQs

Package last updated on 08 Aug 2016

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