CLI to see what the GitHub community is most excited about today.
git clone git@github.com:wnuqui/trending.git
mix escript.build
You can put trending
escript, say for example, in /usr/local/bin/
.
sudo cp trending /usr/local/bin
Get latest trending Elixir repositories. Use --repo
to explicitly get latest trending repositories.
trending --lang=elixir
Get latest trending Elixir developers.
trending --dev --lang=elixir
For more info use --help
switch.
trending --help