v0.1.0
·
165 commits
to main
since this release
zvm (zig version manager) - Release 0.1.0
🎉 Welcome to the first release of zvm!
Features:
-
Command Handling:
- Simplified command-line argument parsing for better user experience.
-
Supported Commands:
ls
orlist
: Lists all the available Zig versions.i
orinstall
: 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
orzvm list
- List Zig versions.zvm i <version>
orzvm 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