Socket
Socket
Sign inDemoInstall

all-repos

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    all-repos

Get all github repositories by username


Version published
Weekly downloads
5
increased by150%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

all-repos

Get all github repositories by username

Build Status NPM version XO code style

Install

$ npm install all-repos --save

Usage

const allRepos = require('all-repos');

allRepos('banminkyoz').then(repos => {
  console.log(repos);
}).catch(error => {
  console.log(error);
});

/* Results:

[
  {
    name: 'neovim',
    fullName: 'banminkyoz/neovim',
    description: 'My neovim config XD',
    stars: '1',
    forks: 0,
    forkFrom: '',
    lastUpdated: '3 weeks ago',
    url: 'https://github.com/banminkyoz/neovim'
  },
  ...
]

*/

  • all-repos-cli - CLI for this module

License

MIT © Kyoz

Keywords

FAQs

Last updated on 22 Jul 2018

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc