Skip to content

yossi-eynav/hound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hound - An alternative way to visualise your organisation Github's data.

Hound is a tool that offers an alternative way to visualise your organisation Github's data.

Features:

  1. See all the recent pull requests from all the organisation's repositories.
    • Click the required PR in order to get the reviews.
  2. Better use of Github's "involve" API -
    • Autocoplete organisation's users select box - just type the first letter.
    • Better view
  3. Codebase Search
    • a single page with all the results, no pagination.
    • syntax highlighter
  4. Commits Backlog:
    • See the organisation commits backlog.

Live Demo:

https://yossi-eynav.github.io/hound/

Screenshots:

screen shot 2017-02-13 at 1 40 38

screen shot 2017-02-13 at 1 41 10

screen shot 2017-02-13 at 1 41 47

screen shot 2017-02-13 at 1 41 59

How to start it?

Simply run npm run start

Note:

This tool works fine with organisations that have ~150 repositories.

If you're having more than that, there are some changes that need to be done.