https://github.com/jthegedus/asdf-v
asdf plugin for V - https://vlang.io
https://github.com/jthegedus/asdf-v
asdf asdf-vm v
Last synced: about 2 months ago
JSON representation
asdf plugin for V - https://vlang.io
- Host: GitHub
- URL: https://github.com/jthegedus/asdf-v
- Owner: jthegedus
- License: mit
- Created: 2022-07-05T12:40:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T16:52:30.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T07:11:45.513Z (7 months ago)
- Topics: asdf, asdf-vm, v
- Language: Shell
- Homepage:
- Size: 43 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-v  
[V](https://vlang.io) plugin for [asdf version manager](https://asdf-vm.com)
allowing you to pin `v` versions for each V project.# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
Are tracked in [lib/dependencies.txt](lib/dependencies.txt) and checked on
installation of plugin. The core dependencies are: `git`, `make`, `curl`.# Install
Plugin:
```shell
asdf plugin add v https://github.com/jthegedus/asdf-v
```V:
```shell
asdf install v latest
```Set global version:
```shell
asdf global v latest
```These commands also apply to `asdf local v `.
# Contributing
Contributions of any kind welcome! See the
[contributing guide](CONTRIBUTING.md).[Thanks goes to these contributors](https://github.com/jthegedus/asdf-v/graphs/contributors)!
# License
[MIT License](LICENSE) © [James Hegedus](https://github.com/jthegedus/)