1.0.1 • Published 8 years ago

gh-trending-cli v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

gh-trending-cli

screen shot 2016-04-03 at 12 27 01 pm

GitHub trending from the command line.

Install

$ npm install -g gh-trending-cli

Usage

  $ gh-trending [command] [options]

Commands
  repos                Get todays trending repositories
  devs                 Get todays trending developers

Options
  --lang [language]    Get todays trending repositories in a particular language
  --time [time]        Get 'weekly' or 'monthly' trending repos -- the default is 'daily'

Examples
  $ gh-trending devs --time monthly
  $ gh-trending repos
  $ gh-trending repos --lang javascript --time weekly

Related

node-gh-trending - API for this module