dep-graph-count

1.0.0 • Public • Published


D E P - G R A P H

Packages count that a repository depends on!

Install

$ npm install --save dep-graph-count

Usage

const depGraphCount = require('dep-graph-count');
 
depGraphCount('facebook', 'react').then(res => {
  console.log(res);
  //  { repositories: '1,147,374', packages: '46,145' }
 
  // or
 
  console.log(res.repositories);
  // 1,147,374
 
  // or
 
  console.log(res.packages);
  // 46,145
});

API

depGraphCount(username, repository)

depGraphCount(organization, repository)

typeof username/organization - string

tyepof repository - string

Related

  • depg : Command line tool to find total dependents on a repository!

License

MIT - Copyright © Rishi Giri

/dep-graph-count/

    Package Sidebar

    Install

    npm i dep-graph-count

    Weekly Downloads

    9

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    4.15 kB

    Total Files

    5

    Last publish

    Collaborators

    • rishi