Expand description
Install language servers, linters, formatters, and developer helpers concurrently.
ยงErrors
- Missing required argument (
dev_tools_dir/bin_dir). - Directory creation fails.
- GitHub authentication fails.
- Installer thread panics.
- Individual tool installation fails.
- Dead symlink cleanup fails.
Modulesยง
- downloaders ๐
- installers ๐
Functionsยง
- main ๐
- Install language servers, linters, formatters, and developer helpers concurrently.
- managed_
cargo_ ๐installers - Construct the declared Cargo and Git tool inventory.
- parallel_
installers ๐ - Construct installers that can run independently.
- report ๐
- Summarize installer thread outcomes; collect failing bin names.
- run_
installers ๐ - Run independent installers concurrently and Cargo installers on one serial worker.
- select_
installers ๐ - Select individual installers or expand the
cargoselector group.