hywelandrews / sbt-thanks   0.3.0

MIT License GitHub

Say thanks for your dependencies by starring them on Github.

Scala versions: 2.12
sbt plugins: 1.0

sbt-thanks

🌟 Say thanks to everyone who helps build and maintain your JVM dependencies on github

SCM information is obtained from the maven metadata.

example gif

Requirements

SBT 1.x

Installation

Add the following line to either of these files:

  • The project-specific file at project/sbt-thanks.sbt
  • Your global file at ~/.sbt/1.0/plugins/sbt-thanks.sbt
addSbtPlugin("com.owlandrews" % "sbt-thanks" % "0.3.0")

Github API Credentials can be stored in a separate sbt file thanks.sbt in your global sbt 1.x settings folder

import com.owlandrews.sbt.thanks.ThanksPlugin
thanksPublicGitHubApiUser := "githubUsername"
thanksPublicGitHubApiKey  := "personal access token"

Github personal access tokens can be obtained here Enable scope public_repo (Access public repositories)

Contribution policy

Contributions via GitHub pull requests are gladly accepted from their original author. Along with any pull requests, please state that the contribution is your original work and that you license the work to the project under the project's open source license. Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.

License

This code is open source software licensed under the MIT license.