Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 2.46 KB

README.md

File metadata and controls

72 lines (48 loc) · 2.46 KB

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