All Projects → Shivakishore14 → govm

Shivakishore14 / govm

Licence: MIT license
Govm is a fast and flexible Go version manager built with Go.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to govm

Chruby Fish
Thin wrapper around chruby to make it work with the Fish shell
Stars: ✭ 85 (+400%)
Mutual labels:  version-manager
Fvm
Flutter Version Manager. Flutter 多版本管理工具。 本地缓存安装多个 Flutter 版本,随时快速切换
Stars: ✭ 170 (+900%)
Mutual labels:  version-manager
kebechet
I'm Kebechet bot, goddess of freshness - I will keep your source code fresh and up-to-date
Stars: ✭ 23 (+35.29%)
Mutual labels:  version-manager
Goup
Elegant Go installer
Stars: ✭ 94 (+452.94%)
Mutual labels:  version-manager
Asdf
Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
Stars: ✭ 12,594 (+73982.35%)
Mutual labels:  version-manager
Generator Loopback Vue
app版本管理,(热更新)前后端分离,vue page分页功能,authenticate 权限控制,accesstoken机制,credentials,CI,docker
Stars: ✭ 202 (+1088.24%)
Mutual labels:  version-manager
Installer
dmd installers for various systems
Stars: ✭ 74 (+335.29%)
Mutual labels:  version-manager
unity-version-manager
A commandline application to manage unity versions
Stars: ✭ 18 (+5.88%)
Mutual labels:  version-manager
Dvm
🚀 Fast and simple version manger for Deno without runtime dependencies
Stars: ✭ 142 (+735.29%)
Mutual labels:  version-manager
nodenv-nvmrc
nodenv plugin that detects the node version based on .nvmrc.
Stars: ✭ 30 (+76.47%)
Mutual labels:  version-manager
Zsh Nvm
Zsh plugin for installing, updating and loading nvm
Stars: ✭ 1,670 (+9723.53%)
Mutual labels:  version-manager
Nodenv
Manage multiple NodeJS versions.
Stars: ✭ 1,687 (+9823.53%)
Mutual labels:  version-manager
Nvm Windows
A node.js version management utility for Windows. Ironically written in Go.
Stars: ✭ 18,587 (+109235.29%)
Mutual labels:  version-manager
Nodist
Natural node.js and npm version manager for windows.
Stars: ✭ 1,276 (+7405.88%)
Mutual labels:  version-manager
zsh-lazyenv
Environments for lazy load commands and speed up start up time of zsh
Stars: ✭ 16 (-5.88%)
Mutual labels:  version-manager
Oo
Simple Go Version Manager.
Stars: ✭ 77 (+352.94%)
Mutual labels:  version-manager
Plugin Nvm
Node version manager wrapper for Fish shell
Stars: ✭ 173 (+917.65%)
Mutual labels:  version-manager
godot-hub
A hub for your Godot needs
Stars: ✭ 17 (+0%)
Mutual labels:  version-manager
alt
A simple version manager. Tool for switching between different versions of commands
Stars: ✭ 71 (+317.65%)
Mutual labels:  version-manager
svm-rs
Solidity-Compiler Version Manager
Stars: ✭ 114 (+570.59%)
Mutual labels:  version-manager

Govm [ WIP ]

Govm is a fast and flexible version manager for Go built with Go.

Govm lets you work with multiple versions of Go, actively.

installation

Step 1

from binary

download binary from here and copy the binary to a place under $PATH.

[or]

with Go

go get github.com/shivakishore14/govm

step 2

configure govm

govm configure

List versions

List all versions available for download

govm ls-remote

List versions installed locally.

govm ls

Download / Install a Go version

govm install 1.10

Use a version

govm use 1.10

uninstall a version

govm uninstall 1.10

Execute a command with specific version

govm exec 1.10 go env

Contributing

Contributions to GoVM are welcome and encouraged. please read CONTRIBUTING.md

Bugs ?

Please report them under issues

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].