Skip to content

a shell script to fetch starred packages and listing them in .md format

Notifications You must be signed in to change notification settings

yedbie/list-starred-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

list-starred-repos

This script fetches starred repositories from a GitHub account and exports into a list.

Features

  • Retrieves starred repositories using the GitHub API.
  • Formats the repository name, URL, and description into MD format.
  • Saves the formatted data into output.md.

Prerequisites

  • curl: To fetch data from GitHub API.
  • grep, sed, paste, awk, while: For data processing and formatting.

Usage:

chmod +x script.sh
./script.sh [API KEY]

About

a shell script to fetch starred packages and listing them in .md format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages