An open API service indexing awesome lists of open source software.

https://github.com/bukinoshita/github-downloads

Count Github releases downloads
https://github.com/bukinoshita/github-downloads

download downloads git github releases

Last synced: 3 months ago
JSON representation

Count Github releases downloads

Awesome Lists containing this project

README

          

# github-downloads [![Build Status](https://travis-ci.org/bukinoshita/github-downloads.svg?branch=master)](https://travis-ci.org/bukinoshita/github-downloads)

> Count Github releases downloads

## Install

```bash
$ npm install -g github-downloads
```

## Usage

```bash
$ git-download --help

Usage:
$ git-download Show download count

Example:
$ git-download bukinoshita/taskr

Options:
-h, --help Show help options
-v, --version Show version
```

## Demo

## Why

Useful to check download count of an electron app or src code published on
[Github Releases](https://help.github.com/articles/creating-releases/).

## License

MIT © [Bu Kinoshita](https://bukinoshita.io)