https://github.com/akopdev/stars.md
Download all starred GitHub repositories as a markdown list
https://github.com/akopdev/stars.md
Last synced: about 2 months ago
JSON representation
Download all starred GitHub repositories as a markdown list
- Host: GitHub
- URL: https://github.com/akopdev/stars.md
- Owner: akopdev
- License: mit
- Created: 2024-08-12T10:51:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T11:08:00.000Z (9 months ago)
- Last Synced: 2025-01-29T22:18:21.782Z (4 months ago)
- Language: Makefile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stars.md
Download all starred GitHub repositories as a markdown list, that can be used for manual offline organization.
## Usage
```sh
starsmd --username akopdev
```Will output a markdown list with name, url and description of all starred repositories for the user. No need to authenticate.
See `starsmd --help` for more options.
## Installation
```sh
pip3 install git+hhttps://github.com/akopdev/starsmd
```