importpw / jq

Imports a static `jq` binary

Home Page:https://import.pw/jq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jq

Imports a static jq binary to your $PATH.

Example

#!/usr/bin/env import
import "jq@1.0.0"

which jq

jq -V

echo '{"foo":"bar"}' | jq -r '.foo'

About

Imports a static `jq` binary

https://import.pw/jq


Languages

Language:Shell 100.0%