Skip to content

vintagesucks/random-starred-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-starred-repository

Build Status CodeQL Dependabot XO code style npm

Returns a random repository starred by a user

Usage

npx -q random-starred-repository username

Example output

https://github.com/carbon-app/carbon

Development

Run test matrix locally with act:

act --job build \
  --workflows .github/workflows/nodejs.yml \
  --platform ubuntu-latest=shivammathur/node:latest \
  --container-architecture linux/amd64