Type: Package
Title: Give your Dependencies Stars on GitHub!
Version: 0.2.0
Maintainer: Naoto Koshimizu <orehacks@gmail.com>
Description: A tool for starring GitHub repositories.
URL: https://github.com/ksmzn/ThankYouStars
BugReports: https://github.com/ksmzn/ThankYouStars/issues
Imports: httr, jsonlite
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2017-11-11 15:26:17 UTC; ksmzn
Author: Naoto Koshimizu [aut, cre]
Repository: CRAN
Date/Publication: 2017-11-12 04:21:17 UTC

ThankYouStars

Description

Give your Dependencies Stars on GitHub!


Star For Dependency Packages

Description

Send stars to installed packages on GitHub.

Usage

thank_you_stars(.token = NULL)

Arguments

.token

your GitHub token

Examples

## Not run: 
thank_you_stars()
thank_you_stars(.token="<your-github-token>")

## End(Not run)