https://github.com/spencergilbert/asdf-gitsign
Gitsign plugin for asdf version manager
https://github.com/spencergilbert/asdf-gitsign
asdf asdf-plugin asdf-vm gitsign sigstore
Last synced: 8 months ago
JSON representation
Gitsign plugin for asdf version manager
- Host: GitHub
- URL: https://github.com/spencergilbert/asdf-gitsign
- Owner: spencergilbert
- License: mit
- Created: 2022-11-19T04:43:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T12:40:01.000Z (over 1 year ago)
- Last Synced: 2025-02-27T05:57:26.244Z (8 months ago)
- Topics: asdf, asdf-plugin, asdf-vm, gitsign, sigstore
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-gitsign [](https://github.com/spencergilbert/asdf-gitsign/actions/workflows/build.yml) [](https://github.com/spencergilbert/asdf-gitsign/actions/workflows/lint.yml)
[Gitsign](https://github.com/sigstore/gitsign) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add gitsign
# or
asdf plugin add gitsign https://github.com/spencergilbert/asdf-gitsign.git
```gitsign:
```shell
# Show all installable versions
asdf list-all gitsign# Install specific version
asdf install gitsign latest# Set a version globally (on your ~/.tool-versions file)
asdf global gitsign latest# Now gitsign commands are available
gitsign --help
```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/spencergilbert/asdf-gitsign/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Spencer Gilbert](https://github.com/spencergilbert/)