这是indexloc提供的服务,不要输入任何密码
Skip to content

jakzal/toolbox

Repository files navigation

Toolbox

Build Status Build Status

Helps to discover and install tools.

Use cases

Toolbox started its life as a simple script in the phpqa docker image. Its purpose was to install set of tools while building the image. It has been extracted as a separate project to make maintenance easier and open itself for new use cases.

Installation

Get the phar from the latest release. The command below should do the job:

curl -s https://api.github.com/repos/jakzal/toolbox/releases/latest \
  | grep "browser_download_url.*toolbox.phar" \
  | cut -d '"' -f 4 \
  | xargs curl -Ls -o toolbox \
  && chmod +x toolbox

Usage

List available tools

toolbox list-tools

Install tools

toolbox install

Test if installed tools are usable

toolbox test

About

Helps to discover and install tools

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published