An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# asdf-jinjafier [![Build](https://github.com/ORCID/asdf-jinjafier/actions/workflows/build.yml/badge.svg)](https://github.com/ORCID/asdf-jinjafier/actions/workflows/build.yml) [![Lint](https://github.com/ORCID/asdf-jinjafier/actions/workflows/lint.yml/badge.svg)](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).