https://github.com/orcid/asdf-jinjafier
asdf repo for the jinjafier tool
https://github.com/orcid/asdf-jinjafier
Last synced: about 2 months ago
JSON representation
asdf repo for the jinjafier tool
- Host: GitHub
- URL: https://github.com/orcid/asdf-jinjafier
- Owner: ORCID
- License: other
- Created: 2024-03-22T10:00:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T16:57:46.000Z (over 2 years ago)
- Last Synced: 2025-01-09T05:20:25.035Z (over 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-jinjafier [](https://github.com/ORCID/asdf-jinjafier/actions/workflows/build.yml) [](https://github.com/ORCID/asdf-jinjafier/actions/workflows/lint.yml)
[jinjafier](https://github.com/ORCID/jinjafier) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `unzip`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add jinjafier https://github.com/ORCID/asdf-jinjafier.git
```
jinjafier:
```shell
# Show all installable versions
asdf list-all jinjafier
# Install specific version
asdf install jinjafier latest
# Set a version globally (on your ~/.tool-versions file)
asdf global jinjafier latest
# Now jinjafier commands are available
jinjafier
```
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).