Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T16:52:30.000Z (about 1 year ago)
- Last Synced: 2024-10-17T19:22:06.464Z (3 months ago)
- Topics: asdf, asdf-vm, v
- Language: Shell
- Homepage:
- Size: 43 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-v ![Test](https://github.com/jthegedus/asdf-v/workflows/Test/badge.svg) ![Lint](https://github.com/jthegedus/asdf-v/workflows/Lint/badge.svg)
[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/)