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.
- Host: GitHub
- URL: https://github.com/skyzyx/asdf-jmespath
- Owner: skyzyx
- License: apache-2.0
- Created: 2019-09-07T21:36:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T00:06:45.000Z (over 5 years ago)
- Last Synced: 2025-04-01T18:15:19.842Z (7 months ago)
- Topics: asdf, asdf-plugin, asdf-vm, jmespath, plugin
- Language: Shell
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-jmespath
[](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.