Categorygithub.com/liteldev/bdsdown
modulepackage
1.0.5
Repository: https://github.com/liteldev/bdsdown.git
Documentation: pkg.go.dev

# README

bdsdown

Downloader for Minecraft BDS

Install

Install via lip:

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://mcdl.bibk.top

Contributing

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

License

GPL-3.0-only © 2020-2024 LiteLDev

# Functions

No description provided by the author
FetchVersions fetches the versions of BDS and returns a map of platform and package link.
ParseCommandLine parses command line arguments and returns a Config.
No description provided by the author
UserConfirm asks the user to confirm an action.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author