Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Give your dependencies stars on GitHub! 🌟

License

NotificationsYou must be signed in to change notification settings

y-taka-23/thank-you-stars

Repository files navigation

GitHub ActionsHackage

A tool for starring GitHub repositories. It detects dependent librarieswhich are hosted on GitHub via.cabal files,and stars the repositories all at once.

Setup

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.

  1. Openhttps://github.com/settings/tokens and press "Generate new token."
  2. Input the description and check only "public_repo" as a scope.
  3. Save the token as$HOME/.thank-you-stars.json:
{"token":"SET_YOUR_TOKEN_HERE"}

Usage

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

License

This project is released under the BSD 3-clause license.For more details, seeLICENSE file.

Acknowledgement

This tool is greatly inspired byteppeis's JavaScript implementation.

About

Give your dependencies stars on GitHub! 🌟

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

[8]ページ先頭

©2009-2025 Movatter.jp