Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (31 loc) · 866 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 866 Bytes

trending Build Status

CLI to see what the GitHub community is most excited about today.

Installation

Clone this repository

git clone [email protected]:wnuqui/trending.git

Build an escript for the repository

mix escript.build

Move the escript to bin folder

You can put trending escript, say for example, in /usr/local/bin/.

sudo cp trending /usr/local/bin

Usage

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

trending in action