zvm

⚡ Fast and simple zig version manager

MIT License

Stars
22

Bot releases are hidden (Show)

zvm - v0.4.3

Published by hendriknielaender 3 months ago

What's Changed

Full Changelog: https://github.com/hendriknielaender/zvm/compare/v0.4.2...v0.4.3

zvm - v0.3.0

Published by hendriknielaender 7 months ago

What's Changed

Full Changelog: https://github.com/hendriknielaender/zvm/compare/v0.2.0...v0.3.0

zvm - v0.2.0

Published by hendriknielaender 10 months ago

What's Changed

Full Changelog: https://github.com/hendriknielaender/zvm/compare/v0.1.2...v0.2.0

zvm - v0.1.2

Published by hendriknielaender 10 months ago

What's Changed

Full Changelog: https://github.com/hendriknielaender/zvm/compare/v0.1.1-alpha.2...v0.1.2

zvm - v0.1.2.2

Published by hendriknielaender 11 months ago

zvm - v0.1.2.1

Published by hendriknielaender 11 months ago

zvm - v0.1.2

Published by hendriknielaender 12 months ago

What's Changed

Full Changelog: https://github.com/hendriknielaender/zvm/compare/v0.1.1-alpha.2...v0.1.2

zvm - v0.1.2

Published by hendriknielaender 12 months ago

What's Changed

Full Changelog: https://github.com/hendriknielaender/zvm/compare/v0.1.1-alpha.2...v0.1.2

zvm - v0.1.1-alpha

Published by hendriknielaender about 1 year ago

zvm - v0.1.1

Published by hendriknielaender about 1 year ago

test

zvm - v0.1.0

Published by hendriknielaender about 1 year ago

test

zvm - v0.1.0

Published by hendriknielaender about 1 year ago

test

zvm - v0.1.0

Published by hendriknielaender about 1 year ago

test

zvm - v0.1.0

Published by hendriknielaender about 1 year ago

test

zvm - v0.1.0

Published by hendriknielaender about 1 year ago

zvm (zig version manager) - Release 0.1.0

🎉 Welcome to the first release of zvm!

Features:

  1. Command Handling:

    • Simplified command-line argument parsing for better user experience.
  2. Supported Commands:

    • ls or list: Lists all the available Zig versions.
    • i or install: Installs a specified Zig version.
    • use: Switch to a specified Zig version.
    • --version: Check the current Zig version in use.

Usage:

To start using zvm, run the command with any of the following options:

  • zvm ls or zvm list - List Zig versions.
  • zvm i <version> or zvm install <version> - Install a specific Zig version.
  • zvm use <version> - Switch to a specific Zig version.
  • zvm --version - Check the currently active Zig version.

Notes:

  • Commands are flexible, with both short and long-form handles for user convenience.
  • Comprehensive error handling and intuitive feedback for better user experience are on the roadmap.

Contribution:

Community feedback and contributions are highly encouraged. Please feel free to raise any issues or PRs on the GitHub repository.

Full Changelog: https://github.com/hendriknielaender/zvm/commits/v0.1.0-alpha