Obrigado

Say obrigada [obriˈɡadu, a] (https://www.collinsdictionary.com/dictionary/portuguese-english/obrigado) to each developer from your Elixir project deps with GitHub star.

Installation

If available in Hex, the package can be installed

by adding obrigado to your list of dependencies in mix.exs:

def deps do
  [ {:obrigado, "~> 0.2.1"}]
end

Get your Github token with public repo access

https://github.com/settings/tokens/new

Export your GitHub token

export GITHUB_TOKEN=XXXXXXXXXXXXXXXXXX

Run mix task

Run mix task:

mix star

image.png