Code Monkey home page Code Monkey logo

zvm's Introduction

zvm logo

⚡ Zig Version Manager (zvm)

⚡ Fast and simple zig version manager


zvm is a command-line tool that allows you to easily install, manage, and switch between multiple versions of Zig.

Features

  • List available Zig versions.
  • Install specific Zig versions.
  • Switch between installed Zig versions.
  • Set a default Zig version.

Install

To install zvm with Homebrew, aka. brew, run the following commands:

brew tap hendriknielaender/zvm
brew install zvm

Now add this line to your ~/.bashrc, ~/.profile, or ~/.zshrc file.

export PATH="$HOME/.zm/current:$PATH"

Usage

zvm list                # List all available Zig versions
zvm install <version>   # Install a specified Zig version
zvm use <version>       # Switch to a specified Zig version for the current session
zvm default <version>   # Set a specified version as the default
zvm current             # Display the currently active Zig version
zvm --help              # Displays help information
zvm --version           # Display zvm version

Compatibility Notes

Zig is in active development and the APIs can change frequently, making it challenging to support every dev build. This project currently aims to be compatible with stable, non-development builds to provide a consistent experience for the users.

Supported Version: As of now, zvm is tested and supported on Zig version 0.11.0.

Contributing

Contributions, issues, and feature requests are welcome!

Clarification

Please note that our project is not affiliated with ZVM maintained by @tristanisham. Both projects operate independently, and any similarities are coincidental.

zvm's People

Contributors

hendriknielaender avatar erenthetitan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.