https://github.com/bodgit/asdf-notation
https://github.com/bodgit/asdf-notation
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bodgit/asdf-notation
- Owner: bodgit
- License: mit
- Created: 2023-08-17T12:00:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T01:37:27.000Z (12 months ago)
- Last Synced: 2025-03-05T04:34:06.338Z (4 months ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-notation [](https://github.com/bodgit/asdf-notation/actions/workflows/build.yml) [](https://github.com/bodgit/asdf-notation/actions/workflows/lint.yml)
[notation](https://notaryproject.dev/docs/cli-reference/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
**TODO: adapt this section**
- `bash`, `curl`, `tar`: generic POSIX utilities.
- `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x.# Install
Plugin:
```shell
asdf plugin add notation
# or
asdf plugin add notation https://github.com/bodgit/asdf-notation.git
```notation:
```shell
# Show all installable versions
asdf list-all notation# Install specific version
asdf install notation latest# Set a version globally (on your ~/.tool-versions file)
asdf global notation latest# Now notation commands are available
notation version
```Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/bodgit/asdf-notation/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Matt Dainty](https://github.com/bodgit/)