Categorygithub.com/Eldius/gvm
repository
0.0.11
Repository: https://github.com/eldius/gvm.git
Documentation: pkg.go.dev

# Packages

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

# README

Go Version Manager (GVM)

build/release status

Release artifact Go

commands

  • gvm:
    • ls: gvm ls list installed versions
    • ls-remote: gvm ls-remote list versions available to install
    • install: gvm install <version> install available version
    • use: gvm use <version> setup version as active
    • hooks: gvm hooks list hooks
      • add: gvm hooks add <script> add a script as hook (executed when you change the active version)