1.0.1 • Published 7 years ago

gh-user-stats v1.0.1

Weekly downloads
11
License
MIT
Repository
github
Last release
7 years ago

gh-user-stats

License GitHub version Dependency Status devDependency Status

Tool to collect specified user statistics from GitHub.

Table of Contents

Installation

$ npm install -g gh-user-stats

Usage

$ gh-user-stats

GitHub token

Since GitHub allow to make only 50 requests without authentication per hour it's recommended to run this application with token (-t, --token option)

You can easily generate it here.

After that you can run application with key -t [your-40-digit-github-token] Or set environment variable GH_USER_STATS_GITHUB_TOKEN and specify there your token.

i.e. add to your ~/.bash_profile or ~/.zshrc or any other place to load ENV variables string:

export GH_USER_STATS_GITHUB_TOKEN="your-40-digit-github-token"

Change log

To re-generate just run

$ github_changelog_generator

Authors

Tarmo Leppänen

LICENSE

The MIT License (MIT)

Copyright (c) 2017 Tarmo Leppänen

1.0.1

7 years ago

1.0.0

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago