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

https://github.com/liteldev/bdsdown

Downloader for Minecraft BDS
https://github.com/liteldev/bdsdown

Last synced: 2 months ago
JSON representation

Downloader for Minecraft BDS

Awesome Lists containing this project

README

          

# bdsdown

Downloader for Minecraft BDS

## Install

Install via [lip](https://github.com/lippkg/lip):

```sh
lip install github.com/LiteLDev/bdsdown
```

## Usage

Run `bdsdown.exe -h` to see the help message:

```
Usage: bdsdown.exe [--yes] [--source SOURCE] [--proc PROC] [--exclude EXCLUDE]

Options:
--yes, -y input yes by default if need user confirm
--source SOURCE, -s SOURCE
specific package source [default: version://windows/latest]
--proc PROC, -p PROC number of concurrent download [default: 4]
--exclude EXCLUDE exclude files from the installation
--help, -h display this help and exit
```

You can use custom mirror to accelerate download by defining environment variable `BDSDOWN_MIRROR_URL`, for example: `https://www.minecraft.net`

## Contributing

Feel free to dive in! Open an issue or submit PRs.

## License

GPL-3.0-only © 2020-2024 LiteLDev