alice1017 / asset-downloader

A command-line tool to download asset file of Github repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asset-downloader

Travis Coveralls github

A command-line tool to download asset file of Github repository.

Workflow

First, this program searches Github repositories from the --query argument because you need the author & name of repository to download an asset file. If you already know these, skip this process by set repository full-name to --repository argument. Second, this program gets releases of a repository and let the choice one of release of that. Next, this program gets asset files of release and let the choice one of asset file if release has multiple assets. Finally, this program downloads asset file.

Usage

asset-downloader [options]

Options

  • -q, --query <query> - A query string.

  • -r, --repository <repository> - A repository full name (author/name format) using when you don't need find.

About

A command-line tool to download asset file of Github repository

License:MIT License


Languages

Language:TypeScript 95.4%Language:JavaScript 4.6%