Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 824 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 824 Bytes

WatcheRs

Compile all of your starred repositories into one MarkDown list.

Installation

Help

Create an Awesome list with starred repos

Usage: watchers [OPTIONS] --token <TOKEN>

Options:
  -t, --token <TOKEN>
  -f, --file <FILE>      [default: README.md]
  -p, --preview
  -F, --format <FORMAT>  [default: "+ **[{owner}/{name}]({url})** `⭐ {star}`"]
  -c, --content-table
  -h, --help             Print help
  -V, --version          Print version

Check Github Markdown spec to see how format works. Currently supported values are:

Name Value
owner owner of repo
name name of repo
star stars count
issue issues count