Skip to content

acamino/github-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Stats

GitHub Stats

Build Status

GitHub Stats is a side project which motivation was to learn how to use the req package by Mark Karpov. It implements a command line utility to make it easier to use.

To get simple stats from any GitHub organization you should run:

$ stack exec -- github-stats -o stackbuilders

The stats produced will have a histogram format. They will look like the upcoming example:

#################################################### Haskell 52
#################### Ruby 20
######### TeX 9
######## JavaScript 8
## Agda 2
## CoffeeScript 2
## HTML 2
## Shell 2
## TypeScript 2
# ATS 1
# Elm 1
# PHP 1

Local Development

  1. Fork the project on GitHub and clone your fork locally.

    $ git clone git://github.com/username/github-stats.git
    $ cd github-stats
    $ git remote add upstream https://github.com/acamino/github-stats.git
  2. Install Stack.

  3. Get the appropriate GHC for the project.

    $ stack setup
  4. If you want to launch a REPL and have fun with this program.

    $ stack repl

Licence

The code in this repository is licensed under the terms of the MIT License.
Please see the LICENSE file for details.

About

Simple stats from GitHub.

Topics

Resources

License

Stars

Watchers

Forks