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

https://github.com/skyzyx/asdf-jmespath

An asdf plugin for installing jmespath/jp.
https://github.com/skyzyx/asdf-jmespath

asdf asdf-plugin asdf-vm jmespath plugin

Last synced: 7 months ago
JSON representation

An asdf plugin for installing jmespath/jp.

Awesome Lists containing this project

README

          

# asdf-jmespath

[![Build Status](https://travis-ci.org/skyzyx/asdf-jmespath.svg?branch=master)](https://travis-ci.org/skyzyx/asdf-jmespath)

[JMESPath](https://github.com/jmespath/jp) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager.

## Install

```bash
asdf plugin-add jmespath https://github.com/skyzyx/asdf-jmespath
```

## Use

Check out the [asdf](https://github.com/asdf-vm/asdf) README for instructions on how to install and manage versions of software.

## Credit

Most of this code is from [looztra/asdf-hadolint](https://github.com/looztra/asdf-hadolint), used under the Apache 2.0 license.