gh-user-stats

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gh-user-stats

Weekly Downloads

6

Version

1.0.1

License

MIT

Last publish

Collaborators

  • tarlepp