0.12.0 • Published 2 years ago

sort-used-by v0.12.0

Weekly downloads
29
License
MIT
Repository
github
Last release
2 years ago

Sort by stars

Scrape Github dependent repos and sorts them by stars.

Install

yarn add sort-used-by

Usage

const {sortUsedBy} = require('sort-used-by')
const {outputJson} = require('fs-extra')

void async function main(){
  const result = await sortUsedBy({repo: 'microsoft/playwright'})

  await outputJson(`${__dirname}/sort-used-by.json`, result, {spaces:2})
}()

Notes

Similar idea is https://github.com/hacker-DOM/github-by-stars but this is not the origin for the creation of this package.

0.10.0

2 years ago

0.11.0

2 years ago

0.12.0

2 years ago

0.11.1

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.3

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.1.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago