Skip to content

The painless tool manager for Java, Maven, Ant, Gradle, Python, Node, Ruby, Go, PyPy, CMake, Binaryen, WasmEdge, Wasmer, and Poppler

License

Notifications You must be signed in to change notification settings

pwsh-bin/get-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get-tool

install

irm "https://raw.githubusercontent.com/pwsh-bin/get-tool/main/install.ps1" | iex

usage

get-tool self-install                 - update get-tool to latest version
get-tool install java@openjdk-1.8     - install java openjdk version 1.8
get-tool install maven@3.1            - install maven version 3.1
get-tool list-supported               - list all supported tools
get-tool list-supported java          - list all supported java versions
get-tool list-installed               - list all installed tools
get-tool init                         - add tools to current path
get-tool setup                        - add init to current profile