Skip to content

slaweet/release-stats-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

release-stats-csv NPM package

This is a tool to fetch releases from github api and save download numbers to csv file for further analyses.

It assumes the release build names are in format from electron-builder for Windows, MacOS, and Linux.

Instalation

npm install -g release-stats-csv

Setup

Set up Github token to enviroment variable:

export GH_TOKEN=<YOUR-GITHUB-TOKEN>

If needed, you can generate a new token here: https://github.com/settings/tokens

Usage

$ release-stats-csv <repo_owner> <repo_name>

E.g.:

$ release-stats-csv LiskHQ lisk-hub

License

MIT © Vít Stanislav

About

Get the latest release stats of your project on Github

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published