https://github.com/kdheepak/binary-builder-downloader
Download artifacts produced by BinaryBuilder.jl
https://github.com/kdheepak/binary-builder-downloader
binarybuilder julia nim
Last synced: 2 months ago
JSON representation
Download artifacts produced by BinaryBuilder.jl
- Host: GitHub
- URL: https://github.com/kdheepak/binary-builder-downloader
- Owner: kdheepak
- License: mit
- Created: 2020-04-14T16:17:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T21:25:40.000Z (almost 6 years ago)
- Last Synced: 2025-01-29T05:32:06.171Z (over 1 year ago)
- Topics: binarybuilder, julia, nim
- Language: Nim
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Binary Builder Downloader
CLI to download artifacts produced by BinaryBuilder.

### Install
Download the command line tool from [releases](https://github.com/kdheepak/binary-builder-downloader/releases/latest).
### Usage
**Help**
```
$ bbd --help
Usage:
bbd {SUBCMD} [sub-command options & parameters]
where {SUBCMD} is one of:
help print comprehensive or per-cmd help
list Get package list.
download Download package.
bbd {-h|--help} or with no args at all prints this message.
bbd --help-syntax gives general cligen syntax help.
Run "bbd {help SUBCMD|SUBCMD --help}" to see help for just SUBCMD.
Run "bbd help" to get *comprehensive* help.
Top-level --version also available
```
**List all available packages**
```
$ bbd list --help
list [optional-params]
Get package list.
Options:
-h, --help print this cligen-erated help
--help-syntax advanced: prepend,plurals,..
--version bool false print version
```
**Download package**
```
$ bbd download --help
download [required&optional-params]
Download package.
Options:
-h, --help print this cligen-erated help
--help-syntax advanced: prepend,plurals,..
--version bool false print version
-p=, --package= string REQUIRED set package
-o=, --os= string "${hostOS}" set os
-a=, --arch= string "${hostArch}" set arch
-c=, --cxxstring-abi= string "cxx03" set cxxstring_abi
-l=, --libc= string "" set libc
```