All Projects → ocadaruma → Sbt Thank You Stars

ocadaruma / Sbt Thank You Stars

Licence: apache-2.0
Give your dependencies stars on GitHub!

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Sbt Thank You Stars

sbt-hepek
Sbt plugin for rendering Scala objects to files. And more!
Stars: ✭ 17 (+13.33%)
Mutual labels:  sbt-plugin
Mima
A tool for catching binary incompatibility in Scala
Stars: ✭ 345 (+2200%)
Mutual labels:  sbt-plugin
Sbt Release
A release plugin for sbt
Stars: ✭ 582 (+3780%)
Mutual labels:  sbt-plugin
sbt-best-practice
Configure common build settings for a Scala project
Stars: ✭ 47 (+213.33%)
Mutual labels:  sbt-plugin
Sbt Sonatype
A sbt plugin for publishing Scala/Java projects to the Maven central.
Stars: ✭ 265 (+1666.67%)
Mutual labels:  sbt-plugin
Sbt Pack
A sbt plugin for creating distributable Scala packages.
Stars: ✭ 438 (+2820%)
Mutual labels:  sbt-plugin
sbt-jni
SBT Plugin to ease working with JNI
Stars: ✭ 110 (+633.33%)
Mutual labels:  sbt-plugin
Play Slick
Slick Plugin for Play
Stars: ✭ 792 (+5180%)
Mutual labels:  sbt-plugin
Scala Clippy
Good advice for Scala compiler errors
Stars: ✭ 311 (+1973.33%)
Mutual labels:  sbt-plugin
Twirl
Twirl is Play's default template engine
Stars: ✭ 498 (+3220%)
Mutual labels:  sbt-plugin
sbt-publish-more
📤 Publish artifacts to more than one repository
Stars: ✭ 21 (+40%)
Mutual labels:  sbt-plugin
Soteria
Plugin to block compilation when unapproved dependencies are used or code styling does not comply.
Stars: ✭ 36 (+140%)
Mutual labels:  sbt-plugin
Conscript
Scala at your command
Stars: ✭ 480 (+3100%)
Mutual labels:  sbt-plugin
sbt-openapi-schema
Generate schema sources for Scala, Java and Elm from an openapi 3.0 spec.
Stars: ✭ 12 (-20%)
Mutual labels:  sbt-plugin
Sbt Updates
sbt plugin that can check Maven and Ivy repositories for dependency updates
Stars: ✭ 653 (+4253.33%)
Mutual labels:  sbt-plugin
sbt-codeartifact
An sbt plugin for publishing packages to AWS CodeArtifact.
Stars: ✭ 15 (+0%)
Mutual labels:  sbt-plugin
Xsbt Web Plugin
Servlet support for sbt
Stars: ✭ 381 (+2440%)
Mutual labels:  sbt-plugin
Sbt Ignore Play Generated
Configure linters and coverage tools to ignore Play's generated source files.
Stars: ✭ 10 (-33.33%)
Mutual labels:  sbt-plugin
Sbt Docker
Create Docker images directly from sbt
Stars: ✭ 689 (+4493.33%)
Mutual labels:  sbt-plugin
Sbt Buildinfo
I know this because build.sbt knows this.
Stars: ✭ 486 (+3140%)
Mutual labels:  sbt-plugin

sbt-thank-you-stars

Build Status

Give your dependencies stars on GitHub!

This is a sbt-ported version of thank-you-stars.

Requirement

sbt 0.13.x / 1.0.x

Setup

Install sbt plugin

Add following line to project/plugins.sbt or $HOME/.sbt/0.13/plugins/plugins.sbt:

addSbtPlugin("com.mayreh" % "sbt-thank-you-stars" % "0.1")

Prepare personal access token

Generate a token

  1. Open https://github.com/settings/tokens
  2. Check public_repo scope and Generate a token

Prepare environment

Prepare access token by one of following ways:

  • Save the token as $HOME/.thank-you-stars.json
    • echo '{"token":"YOUR_TOKEN"}' > ~/.thank-you-stars.json
  • Save the token as /path/to/token.json
    • echo '{"token":"YOUR_TOKEN"}' > /path/to/token.json
    • export THANK_YOU_STARS_JSON_FILE=/path/to/token.json
  • Export the token as THANK_YOU_STARS_GITHUB_TOKEN
    • export THANK_YOU_STARS_GITHUB_TOKEN=YOUR_TOKEN

Usage

$ cd /path/to/your-sbt-project
$ sbt thankYouStars
[info] Starred! https://github.com/kamon-io/Kamon
[info] ---- Skipped. No GitHub repo found for org.aspectj:aspectjrt:1.8.7
[info] Starred! https://github.com/spray/spray
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].