Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 751 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 751 Bytes

Gradle Environment Toolkit (genv)

This is a toolkit targeted at people developing Gradle. It takes inspiration from Python Venvs, which can facilitaty quick, and easy switch between environments.

This tool tries to do a similar thing, but with Gradle installations. With genv, you can:

  • Create, and destroy environments
  • Install a Gradle distribution into environments
  • Use an installed environment as a fully functional local distribution

How to install?

This tool build upon fish, and fisher.

If the tools are present, you can install genv with:

fisher install hegyibalint/genv

How to use?