ganeshrvel / github_release_stats

Fetch the latest download stats of your GitHub release

Home Page:https://github.com/ganeshrvel/github_release_stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Release Stats

Introduction

Find the latest download count of your GitHub release.

Building from Source

Requirements: rust lang

Clone

$ git clone https://github.com/ganeshrvel/github_release_stats.git

$ cd github_release_stats

Run

# debug mode
$  cargo run

# release mode
$  cargo run --release

Build

$ cargo build --release
$ ./target/release/github_release_stats

Configurations

  • settings.yaml contains the GitHub repo information.

Redistribute

  • Build the program
  • Copy the ./target/release/github_release_stats CLI file to wherever you would like to
  • Copy settings.yaml file in the same directory as the CLI file.

More repos

Contribute

If you are interested in fixing issues and contributing directly to the code base.

Help me keep the app FREE and open for all.

Contacts

Please feel free to contact me at ganeshrvel@outlook.com

License

GitHub Release Stats MIT License.

Copyright © 2018-Present Ganesh Rathinavel

About

Fetch the latest download stats of your GitHub release

https://github.com/ganeshrvel/github_release_stats

License:MIT License


Languages

Language:Rust 100.0%