- Notifications
You must be signed in to change notification settings - Fork2
Give your dependencies stars on GitHub! 🌟
License
y-taka-23/thank-you-stars
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A tool for starring GitHub repositories. It detects dependent librarieswhich are hosted on GitHub via.cabal files,and stars the repositories all at once.
The project is managed by Cabal, so you can install it simply:
$git clone https://github.com/y-taka-23/thank-you-stars.git$cd thank-you-stars$cabal install
To star GitHub repositories, you have to get your personal access token.
- Openhttps://github.com/settings/tokens and press "Generate new token."
- Input the description and check only "public_repo" as a scope.
- Save the token as
$HOME/.thank-you-stars.json:
{"token":"SET_YOUR_TOKEN_HERE"}Runthank-you-stars in the root directory of your project.Then it scans all.cabal files under the current directoryand metadata of the packages from the local Hackage DB,stars your dependent libraries if they are hosted on GitHub.
$thank-you-starsStarred! https://github.com/NixOS/hackage-dbStarred! https://github.com/byorgey/splitStarred! https://github.com/haskell/aesonStarred! https://github.com/haskell/bytestringStarred! https://github.com/haskell/cabalStarred! https://github.com/haskell/containersStarred! https://github.com/haskell/directoryStarred! https://github.com/haskell/filepathStarred! https://github.com/haskell/textStarred! https://github.com/hspec/hspecStarred! https://github.com/mrkkrp/req
This project is released under the BSD 3-clause license.For more details, seeLICENSE file.
This tool is greatly inspired byteppeis's JavaScript implementation.
About
Give your dependencies stars on GitHub! 🌟
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.