Skip to content

tarlepp/gh-user-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

To re-generate just run

$ github_changelog_generator

Authors

Tarmo Leppänen

LICENSE

The MIT License (MIT)

Copyright (c) 2017 Tarmo Leppänen

About

Tool to collect specified user statistics from GitHub.

Resources

License

Stars

Watchers

Forks

Packages

No packages published