Skip to content

Repository files navigation


D E P - G R A P H

Packages count that a repository depends on!

Install

$ npm install --save dep-graph-count

Usage

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

API

depGraphCount(username, repository)

depGraphCount(organization, repository)

typeofusername/organization-string

tyepofrepository-string

Related

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

License

MIT - Copyright © Rishi Giri

About

⚓ Packages count that a repository depends on!

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages